Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalJoseph committed Dec 12, 2023
1 parent da1ba5e commit a3fe84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chasten/configApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class config_App(App):
color: black;
}
"""
Check: ClassVar = ["", "1", False]
Check: ClassVar[list] = ["", "1", False]
Valid: bool = False

def on_input_changed(self, event: Input.Changed) -> None:
Expand Down

0 comments on commit a3fe84d

Please sign in to comment.