Skip to content

Commit 84f033e

Browse files
committed
fixes, per review by @ildus
1 parent 03edc2e commit 84f033e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testgres/backup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
BACKUP_LOG_FILE as _BACKUP_LOG_FILE, \
1010
DEFAULT_XLOG_METHOD as _DEFAULT_XLOG_METHOD
1111

12-
from .exceptions import \
13-
BackupException
12+
from .exceptions import BackupException
1413

1514
from .utils import \
1615
default_username as _default_username, \

0 commit comments

Comments
 (0)