mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-11 08:17:12 +02:00
13 lines
452 B
Diff
13 lines
452 B
Diff
diff --git a/python_utils/types.py b/python_utils/types.py
|
|
index 01c319a..79ef950 100644
|
|
--- a/python_utils/types.py
|
|
+++ b/python_utils/types.py
|
|
@@ -1,7 +1,6 @@
|
|
# pyright: reportWildcardImportFromLibrary=false
|
|
import datetime
|
|
import decimal
|
|
-from typing_extensions import * # type: ignore # noqa: F403
|
|
from typing import * # type: ignore # pragma: no cover # noqa: F403
|
|
from types import * # type: ignore # pragma: no cover # noqa: F403
|
|
|