Skip to content

Commit 1e0437f

Browse files
committed
fix: linters
1 parent 473eff7 commit 1e0437f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def callback(scope):
133133

134134
def test_transport_works(httpserver, request, capsys):
135135
httpserver.serve_content("ok", 200)
136-
with init("http://foobar@{}/123".format(httpserver.url[len("http://"):])):
136+
with init("http://foobar@{}/123".format(httpserver.url[len("http://") :])):
137137
capture_message("lol")
138138

139139
request.addfinalizer(lambda: Hub.current.bind_client(None))

0 commit comments

Comments
 (0)