Skip to content

Commit cf0f77a

Browse files
committed
use original import order
1 parent 6158927 commit cf0f77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldclient/impl/datasystem/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
ChangeSet applications and flag change notifications.
77
"""
88

9-
from collections import defaultdict
109
import threading
10+
from collections import defaultdict
1111
from typing import Any, Callable, Dict, List, Optional, Set
1212

1313
from ldclient.impl.dependency_tracker import DependencyTracker, KindAndKey

0 commit comments

Comments
 (0)