Skip to content

Commit 50f8d8c

Browse files
author
SergeyPirogov
committed
fix flake
1 parent 1a143b0 commit 50f8d8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testcontainers/core/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def _connect(self):
2929
def get_connection_url(self):
3030
raise NotImplementedError
3131

32-
def _create_connection_url(self, dialect, username, password, host=None, port=None, db_name=None):
32+
def _create_connection_url(self, dialect, username, password,
33+
host=None, port=None, db_name=None):
3334
if self._container is None:
3435
raise RuntimeError("container has not been started")
3536
if not host:

0 commit comments

Comments
 (0)