Skip to content

Commit

Permalink
pyi the other guy
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Jan 29, 2025
1 parent fa9714c commit 11beaab
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions reflex/components/core/banner.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -350,18 +350,6 @@ class ConnectionPulser(Div):
"""
...

IS_BACKEND_DISABLED = Var(
"backendDisabled",
_var_type=bool,
_var_data=VarData(
hooks={
"const [backendDisabled, setBackendDisabled] = useState(false);": None,
"useEffect(() => { setBackendDisabled(isBackendDisabled()); }, []);": None,
},
imports={"$/utils/state.js": [ImportVar(tag="isBackendDisabled")]},
),
)

class BackendDisabled(Div):
@overload
@classmethod
Expand Down

0 comments on commit 11beaab

Please sign in to comment.