Skip to content

Commit

Permalink
Fix pre-commit issue from main
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf committed May 16, 2024
1 parent adb0c35 commit fe2d2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/experimental/client_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def create(cls, var_name, default=None) -> "ClientStateVar":
f"{_client_state_ref(setter_name)} = {setter_name}": None,
},
imports={
"react": {ImportVar(tag="useState", install=False)},
"react": [ImportVar(tag="useState", install=False)],
f"/{constants.Dirs.STATE_PATH}": [ImportVar(tag="refs")],
},
),
Expand Down

0 comments on commit fe2d2fc

Please sign in to comment.