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

Skip to content

Commit 48fd887

Browse files
Formatting (flake8)
1 parent 0fb22e8 commit 48fd887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def __init__(self, name=None, base_dir=None, port=None, conn_params: ConnectionP
130130
self._base_dir = base_dir
131131
else:
132132
self._base_dir = os_ops.mkdtemp(prefix=self._prefix or TMP_NODE)
133-
133+
134134
@staticmethod
135135
def _get_os_ops(conn_params: ConnectionParams) -> OsOperations:
136136
assert type(conn_params) == ConnectionParams # noqa: E721

0 commit comments

Comments
 (0)