edit some parts where pycharm gives warning on type hint
This commit is contained in:
parent
8a4ad41a47
commit
948a33f201
3 changed files with 7 additions and 12 deletions
|
@ -176,7 +176,7 @@ class ViewConfigDialog(Dialog):
|
|||
master: Any,
|
||||
app: "Application",
|
||||
node_id: int,
|
||||
data: bytes,
|
||||
data: str,
|
||||
filename: str = None,
|
||||
):
|
||||
super().__init__(master, app, f"n{node_id} config data", modal=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue