We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad09c1 commit c88bd16Copy full SHA for c88bd16
taskiq/middlewares/opentelemetry_middleware.py
@@ -1,7 +1,7 @@
1
import logging
2
from contextlib import AbstractContextManager
3
from importlib.metadata import version
4
-from typing import Any, Dict, Optional, Tuple, TypeVar
+from typing import Any, TypeVar
5
6
from packaging.version import Version, parse
7
0 commit comments