Skip to content

Commit

Permalink
added back App type
Browse files Browse the repository at this point in the history
  • Loading branch information
hweichelt committed Jun 5, 2024
1 parent cb78289 commit 2ede4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clingexplaid/cli/textual_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def compose(self) -> ComposeResult:
yield LoadingIndicator()


class ClingexplaidTextualApp(App):
class ClingexplaidTextualApp(App[int]):
"""A textual app for a terminal GUI to use the clingexplaid functionality"""

# pylint: disable=too-many-instance-attributes
Expand Down

0 comments on commit 2ede4df

Please sign in to comment.