Skip to content

Commit dc30abe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2d17d42 commit dc30abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnleashClient/core/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from dataclasses import asdict
33
from datetime import datetime, timezone
44
from enum import IntEnum
5-
from typing import Any, Dict, Optional, Callable
5+
from typing import Any, Callable, Dict, Optional
66

77
from UnleashClient.events import (
88
BaseEvent,

0 commit comments

Comments
 (0)