Skip to content

Commit 442b2b4

Browse files
committed
fix pre-commit
1 parent 40f7b86 commit 442b2b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/integration/test_connection_banner.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313

1414

1515
def ConnectionBanner(is_reflex_cloud: bool = False):
16-
"""App with a connection banner."""
16+
"""App with a connection banner.
17+
18+
Args:
19+
is_reflex_cloud: The value for config.is_reflex_cloud.
20+
"""
1721
import asyncio
1822

1923
import reflex as rx

0 commit comments

Comments
 (0)