Skip to content

Commit

Permalink
remove clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Griesfeller committed May 6, 2024
1 parent a00b4df commit f1a65c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pyaro_readers/nilupmfebas/EbasPmfReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from pyaro_readers.units_helpers import UALIASES

from pathlib import Path
import cf_units
import re

logger = logging.getLogger(__name__)
Expand All @@ -32,9 +31,7 @@ def __init__(
filename: [Path, str],
filters=[],
tqdm_desc: [str, None] = None,
ts_type: str = "daily",
filemask: str = FILE_MASK,
# files: list = None,
vars_to_read: list[str] = None,
):
self._filters = filters
Expand Down

0 comments on commit f1a65c1

Please sign in to comment.