We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b3211 commit 4013d69Copy full SHA for 4013d69
1 file changed
mergin/client_push.py
@@ -16,13 +16,8 @@
16
import concurrent.futures
17
import os
18
19
-try:
20
- from .deps import pygeodiff
21
-except (ImportError, ModuleNotFoundError):
22
- import pygeodiff
23
-
24
from .common import UPLOAD_CHUNK_SIZE, ClientError
25
-from .merginproject import MerginProject
+from .merginproject import MerginProject, pygeodiff
26
from .editor import filter_changes
27
from .utils import cleanup_tmp_dir
28
0 commit comments