Skip to content

Commit 9016e65

Browse files
committed
fix lint issue
1 parent d859094 commit 9016e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldclient/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
Note that the same class can also be imported from the ``ldclient.client`` submodule.
55
"""
66

7+
import warnings
78
from dataclasses import dataclass
89
from threading import Event
910
from typing import Callable, List, Optional, Protocol, Set, TypeVar
10-
import warnings
1111

1212
from ldclient.feature_store import InMemoryFeatureStore
1313
from ldclient.hook import Hook

0 commit comments

Comments
 (0)