From 442b2b4602a9277e9d03d55ff29bf0bdfb46b1a6 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Thu, 30 Jan 2025 13:20:08 -0800 Subject: [PATCH] fix pre-commit --- tests/integration/test_connection_banner.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_connection_banner.py b/tests/integration/test_connection_banner.py index 4e263001f..4867cf868 100644 --- a/tests/integration/test_connection_banner.py +++ b/tests/integration/test_connection_banner.py @@ -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