Skip to content

Commit 0ccfd8e

Browse files
committed
chore: fix import
1 parent 83a9cc6 commit 0ccfd8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UnleashClient/core/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
from collections.abc import Callable
1+
from typing import Callable
22
from dataclasses import asdict
33
from enum import IntEnum
44
from typing import Any, Dict, Optional
55
import uuid
6-
from typing_extensions import Literal
76
from datetime import datetime, timezone
87

98
from UnleashClient.events import (

0 commit comments

Comments
 (0)