Skip to content

Commit dc4439e

Browse files
committed
chore: sort imports
1 parent 5a4594c commit dc4439e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/protocols/test_v1_protocol.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""Tests for the v1 protocol message encoding and decoding."""
22

3+
import json
4+
import pathlib
35
from collections.abc import Generator
46
from unittest.mock import patch
5-
import pathlib
6-
import json
77

88
import pytest
99
from freezegun import freeze_time
@@ -38,7 +38,6 @@
3838
TESTDATA_IDS = [x.stem for x in TESTDATA_FILES]
3939

4040

41-
4241
@pytest.fixture(autouse=True)
4342
def fixed_time_fixture() -> Generator[None, None, None]:
4443
"""Fixture to freeze time for predictable request IDs."""

0 commit comments

Comments
 (0)