Skip to content

Commit

Permalink
refac:
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Oct 5, 2023
1 parent cbebaf9 commit 27fbea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kili/use_cases/cloud_storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def compute_differences(
DataConnectionComputeDifferencesKiliAPIGatewayInput(
blob_paths=blob_paths, warnings=warnings
)
if blob_paths and warnings
if blob_paths is not None and warnings is not None
else None
),
)
Expand Down

0 comments on commit 27fbea9

Please sign in to comment.