Skip to content

Commit 88c5aff

Browse files
committed
Fix: crn_version should be optional and given
1 parent ddc9098 commit 88c5aff

File tree

1 file changed

+1
-1
lines changed
  • src/aleph/sdk/client/services

1 file changed

+1
-1
lines changed

src/aleph/sdk/client/services/crn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def find_gpu_on_network(self):
9797

9898
def filter_crn(
9999
self,
100-
crn_version: str = None,
100+
crn_version: Optional[str] = None,
101101
ipv6: bool = False,
102102
stream_address: bool = False,
103103
confidential: bool = False,

0 commit comments

Comments
 (0)