Skip to content

Commit e24f8b7

Browse files
hy9befruch
authored andcommitted
Fix the flake8 complain about line length in CI
1 parent aa2f48e commit e24f8b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testcontainers/google/pubsub.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def __init__(self, image="google/cloud-sdk:latest",
4545
self.port = port
4646
self.with_bind_ports(self.port, self.port)
4747
self.with_command(
48-
"gcloud beta emulators pubsub start --project={project} --host-port=0.0.0.0:{port}".format(
48+
"gcloud beta emulators pubsub start "
49+
"--project={project} --host-port=0.0.0.0:{port}".format(
4950
project=self.project, port=self.port
5051
))
5152
# Endpoint environment variable

0 commit comments

Comments
 (0)