Skip to content

Commit 7f4b8e8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5dd2265 commit 7f4b8e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_event_processor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ def test_track_exposure_event_uses_explicit_timestamp(
8585

8686

8787
def test_auto_flush_on_buffer_full() -> None:
88-
config = EventProcessorConfig(
89-
events_api_url="http://test/", max_buffer_items=5
90-
)
88+
config = EventProcessorConfig(events_api_url="http://test/", max_buffer_items=5)
9189
processor = EventProcessor(config=config, environment_key="key")
9290

9391
with mock.patch("flagsmith.analytics.session"):

0 commit comments

Comments
 (0)