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

Commitafee4a5

Browse files
[FIX] formatting (flake8)
1 parentecd5427 commitafee4a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎testgres/node.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def source_walsender(self):
434434
ifself.masterisNone:
435435
raiseTestgresException("Node doesn't have a master")
436436

437-
asserttype(self.master)==PostgresNode
437+
asserttype(self.master)==PostgresNode# noqa: E721
438438

439439
# master should be on the same host
440440
assertself.master.host==self.host

‎tests/test_testgres_common.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def LOCAL__check_auxiliary_pids__multiple_attempts(
348348
assert (con.pid>0)
349349

350350
withmaster.replicate().start()asreplica:
351-
asserttype(replica)==PostgresNode
351+
asserttype(replica)==PostgresNode# noqa: E721
352352

353353
# test __str__ method
354354
str(master.child_processes[0])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp