Skip to content

Commit f078c85

Browse files
committed
black
1 parent e65bf01 commit f078c85

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mergin/client_push.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,13 @@ def _geodiff_changes_count(mp: MerginProject, diff_rel_path: str):
336336
diff_abs = mp.fpath_meta(diff_rel_path)
337337
try:
338338
return GeoDiff().changes_count(diff_abs)
339-
except (GeoDiffLibError, GeoDiffLibConflictError, GeoDiffLibUnsupportedChangeError, GeoDiffLibVersionError,FileNotFoundError):
339+
except (
340+
GeoDiffLibError,
341+
GeoDiffLibConflictError,
342+
GeoDiffLibUnsupportedChangeError,
343+
GeoDiffLibVersionError,
344+
FileNotFoundError,
345+
):
340346
return None
341347

342348

0 commit comments

Comments
 (0)