Skip to content

Commit

Permalink
🐛 Use import from typing instead of typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Nov 2, 2023
1 parent e0cd84e commit a8dfb65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ddj_cloud/scrapers/talsperren/common.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from dataclasses import dataclass
import datetime as dt
from typing import Callable, Generator, Iterable, Optional, TypeVar
from typing_extensions import Protocol
from typing import Callable, Generator, Iterable, Optional, TypeVar, Protocol
from zoneinfo import ZoneInfo

import sentry_sdk
Expand Down

0 comments on commit a8dfb65

Please sign in to comment.