mirror of https://github.com/borgbackup/borg.git
split out depends in imports
This commit is contained in:
parent
d66516351f
commit
d5198c551b
|
@ -1,8 +1,9 @@
|
|||
import os
|
||||
import pytest
|
||||
import shutil
|
||||
import tempfile
|
||||
|
||||
import pytest
|
||||
|
||||
try:
|
||||
import attic.repository
|
||||
import attic.key
|
||||
|
|
Loading…
Reference in New Issue