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 83a9cc6 commit 0ccfd8eCopy full SHA for 0ccfd8e
UnleashClient/core/client.py
@@ -1,9 +1,8 @@
1
-from collections.abc import Callable
+from typing import Callable
2
from dataclasses import asdict
3
from enum import IntEnum
4
from typing import Any, Dict, Optional
5
import uuid
6
-from typing_extensions import Literal
7
from datetime import datetime, timezone
8
9
from UnleashClient.events import (
0 commit comments