fix pre-commit

This commit is contained in:
Masen Furer 2025-01-30 13:20:08 -08:00
parent 40f7b865d8
commit 442b2b4602
No known key found for this signature in database
GPG Key ID: 2AE2BD5531FF94F4

View File

@ -13,7 +13,11 @@ from .utils import SessionStorage
def ConnectionBanner(is_reflex_cloud: bool = False):
"""App with a connection banner."""
"""App with a connection banner.
Args:
is_reflex_cloud: The value for config.is_reflex_cloud.
"""
import asyncio
import reflex as rx