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

Commit4241471

Browse files
committed
reformat code
1 parentd9473c6 commit4241471

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

‎testgres/backup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ def __init__(self,
5656
try:
5757
xlog_method=XLogMethod(xlog_method)
5858
exceptValueError:
59-
raiseBackupException('Invalid xlog_method "{}"'.format(xlog_method))
59+
raiseBackupException(
60+
'Invalid xlog_method "{}"'.format(xlog_method))
6061

6162
# Set default arguments
6263
username=usernameordefault_username()

‎testgres/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
from .exceptionsimportQueryException
1919

20-
2120
# export these exceptions
2221
InternalError=pglib.InternalError
2322
ProgrammingError=pglib.ProgrammingError

‎testgres/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from .configimporttestgres_config
1515
from .exceptionsimportExecUtilException
1616

17-
1817
# rows returned by PG_CONFIG
1918
_pg_config_data= {}
2019

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp