Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9856ddc

Browse files
authored
Merge pull request#69 from postgrespro/PBCKP-289-flake8-errors
[PBCKP-289] fix F401 and F403 flake8 errors
2 parents4024049 +b84647e commit9856ddc

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

‎testgres/__init__.py

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,23 @@
1515
ProgrammingError, \
1616
OperationalError
1717

18-
from .exceptionsimport*
19-
from .enumsimport*
18+
from .exceptionsimport \
19+
TestgresException, \
20+
ExecUtilException, \
21+
QueryException, \
22+
TimeoutException, \
23+
CatchUpException, \
24+
StartNodeException, \
25+
InitNodeException, \
26+
BackupException
27+
28+
from .enumsimport \
29+
XLogMethod, \
30+
IsolationLevel, \
31+
NodeStatus, \
32+
ProcessType, \
33+
DumpFormat
34+
2035
from .nodeimportPostgresNode
2136

2237
from .utilsimport \
@@ -30,3 +45,15 @@
3045
from .standbyimport \
3146
First, \
3247
Any
48+
49+
__all__= [
50+
"get_new_node",
51+
"NodeBackup",
52+
"TestgresConfig","configure_testgres","scoped_config","push_config","pop_config",
53+
"NodeConnection","DatabaseError","InternalError","ProgrammingError","OperationalError",
54+
"TestgresException","ExecUtilException","QueryException","TimeoutException","CatchUpException","StartNodeException","InitNodeException","BackupException",
55+
"XLogMethod","IsolationLevel","NodeStatus","ProcessType","DumpFormat",
56+
"PostgresNode",
57+
"reserve_port","release_port","bound_ports","get_bin_path","get_pg_config","get_pg_version",
58+
"First","Any",
59+
]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp