Browse Source

split out depends in imports

Antoine Beaupré 9 years ago
parent
commit
d5198c551b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      borg/testsuite/convert.py

+ 2 - 1
borg/testsuite/convert.py

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