Skip to content

Commit 60ec4ff

Browse files
committed
style: lint
1 parent 9dbb39d commit 60ec4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issues/test_783_mount_path_sse_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ async def test_mount_path_included_in_sse_message_path(mount_path):
1111

1212
message_mount = starlette_app.routes[1]
1313

14-
assert message_mount.path == f"{mount_path}/message" if mount_path else "/message" # type: ignore
14+
assert message_mount.path == f"{mount_path}/message" if mount_path else "/message" # type: ignore

0 commit comments

Comments
 (0)