We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dbcc5 commit b99ed85Copy full SHA for b99ed85
froster/froster.py
@@ -5489,7 +5489,7 @@ class TextualStringListSelector(App[list]):
5489
5490
BINDINGS = [("q", "request_quit", "Quit")]
5491
5492
- def __init__(self, title: str, items: list[str]):
+ def __init__(self, title, items):
5493
super().__init__()
5494
self.title = title
5495
self.items = items
@@ -5520,7 +5520,7 @@ class TableArchive(App[list]):
5520
5521
5522
5523
- def __init__(self, files: list[str]):
+ def __init__(self, files):
5524
5525
self.files = files
5526
0 commit comments