dang it darglint

This commit is contained in:
Khaleel Al-Adhami 2025-01-28 13:29:18 -08:00
parent 8ff506eb79
commit cc6dfc7f3b

View File

@ -119,14 +119,7 @@ components = 1
def AppWithComponents():
"""Generate an app with a number of components.
Args:
components: The number of components to generate.
Returns:
The generated app.
"""
"""Generate an app with a number of components."""
import reflex as rx
def index() -> rx.Component: