Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e46f239

Browse files
committed
small changes for yapf
1 parent 8c96ba0 commit e46f239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testgres/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class ProcessType(Enum):
5858

5959
@staticmethod
6060
def from_process(process):
61+
# yapf: disable
6162
# legacy names for older releases of PG
6263
alternative_names = {
6364
ProcessType.LogicalReplicationLauncher: [

0 commit comments

Comments
 (0)