Skip to content

Commit

Permalink
add type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Griesfeller committed Apr 15, 2024
1 parent 8e1e87c commit 2149413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyaro_readers/nilupmfebas/EbasPmfReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class EbasPmfTimeseriesReader(AutoFilterReaderEngine.AutoFilterReader):
def __init__(
self,
filename,
filename: [Path, str],
filters=[],
tqdm_desc: [str, None] = None,
ts_type: str = "daily",
Expand Down

0 comments on commit 2149413

Please sign in to comment.