Skip to content

Commit

Permalink
Remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Nov 11, 2024
1 parent d3b4af8 commit 4a717eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyaerocom/io/pyaro/read_pyaro.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
logger = logging.getLogger(__name__)


MetadataEntry = NewType("MetadataEntry", dict[str, str | list[str]])
Metadata = NewType("Metadata", dict[str, MetadataEntry])


class ReadPyaro(ReadUngriddedBase):
__version__ = "1.0.1"

Expand Down

0 comments on commit 4a717eb

Please sign in to comment.