edit some parts where pycharm gives warning on type hint

This commit is contained in:
Huy Pham 2020-01-14 14:30:08 -08:00
parent 8a4ad41a47
commit 948a33f201
3 changed files with 7 additions and 12 deletions

View file

@ -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)