mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-31 09:29:37 +00:00
Fix an issue with a typing_extension import not being protected by a typing check
This commit is contained in:
@@ -8,12 +8,11 @@ from enum import Enum, auto
|
||||
from datetime import timedelta
|
||||
from typing import Any, Dict, Literal, NewType, TYPE_CHECKING
|
||||
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
from version import __version__
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from collections import abc # noqa
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
|
||||
# Base Paths
|
||||
|
||||
Reference in New Issue
Block a user