Skip to content

Commit 2008319

Browse files
committed
mypy fix
1 parent 9b6e06c commit 2008319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/sift_client/sift_types/data_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ def _from_proto(cls, proto: TDMSConfigProto) -> TdmsImportConfig:
679679
)
680680
)
681681

682-
fallback_method = None
682+
fallback_method = TdmsFallbackMethod.FAIL_ON_ERROR
683683
if proto.fallback_method and proto.fallback_method != TDMS_FALLBACK_METHOD_UNSPECIFIED:
684684
fallback_method = TdmsFallbackMethod(proto.fallback_method)
685685

0 commit comments

Comments
 (0)