Przeglądaj źródła

split out depends in imports

Antoine Beaupré 10 lat temu
rodzic
commit
d5198c551b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      borg/testsuite/convert.py

+ 2 - 1
borg/testsuite/convert.py

@@ -1,8 +1,9 @@
 import os
 import os
-import pytest
 import shutil
 import shutil
 import tempfile
 import tempfile
 
 
+import pytest
+
 try:
 try:
     import attic.repository
     import attic.repository
     import attic.key
     import attic.key