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 0eab84a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyaerocom/io/pyaro/read_pyaro.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

import logging
from typing import NewType, TypeVar
from typing import TypeVar
import functools
from collections import defaultdict

Expand All @@ -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 0eab84a

Please sign in to comment.