Skip to content

Commit b99ed85

Browse files
author
Victor Machado
committed
Delete some list hints
1 parent f3dbcc5 commit b99ed85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: froster/froster.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5489,7 +5489,7 @@ class TextualStringListSelector(App[list]):
54895489

54905490
BINDINGS = [("q", "request_quit", "Quit")]
54915491

5492-
def __init__(self, title: str, items: list[str]):
5492+
def __init__(self, title, items):
54935493
super().__init__()
54945494
self.title = title
54955495
self.items = items
@@ -5520,7 +5520,7 @@ class TableArchive(App[list]):
55205520

55215521
BINDINGS = [("q", "request_quit", "Quit")]
55225522

5523-
def __init__(self, files: list[str]):
5523+
def __init__(self, files):
55245524
super().__init__()
55255525
self.files = files
55265526

0 commit comments

Comments
 (0)