diff --git a/reflex/components/component.py b/reflex/components/component.py index 3ced51794..117ae0c2b 100644 --- a/reflex/components/component.py +++ b/reflex/components/component.py @@ -1,4 +1,4 @@ -"," "Base component definitions." "" +"""Base component definitions.""" from __future__ import annotations