File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1818from flagsmith .models import DefaultFlag , Flags , Segment
1919from flagsmith .offline_handlers import OfflineHandler
2020from flagsmith .polling_manager import EnvironmentDataPollingManager
21- from flagsmith .streaming_manager import EventStreamManager , StreamEvent
22- from flagsmith .types import ApplicationMetadata , JsonType , TraitMapping
21+ from flagsmith .streaming_manager import EventStreamManager
22+ from flagsmith .types import (
23+ ApplicationMetadata ,
24+ JsonType ,
25+ StreamEvent ,
26+ TraitMapping ,
27+ )
2328from flagsmith .utils .identities import generate_identity_data
2429from flagsmith .version import __version__
2530
Original file line number Diff line number Diff line change 77from pytest_mock import MockerFixture
88
99from flagsmith import Flagsmith
10- from flagsmith .streaming_manager import EventStreamManager , StreamEvent
10+ from flagsmith .streaming_manager import EventStreamManager
11+ from flagsmith .types import StreamEvent
1112
1213
1314def test_stream_manager_handles_timeout (
You can’t perform that action at this time.
0 commit comments