Skip to content

Commit 1da03cc

Browse files
stirbyS1M0N38
authored andcommitted
chore: organize imports
1 parent d7d450c commit 1da03cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lua/test_protocol_errors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
from typing import Generator
66

77
import pytest
8-
from .conftest import assert_error_response, receive_api_message, send_api_message
98

109
from balatrobot.enums import ErrorCode
1110

11+
from .conftest import assert_error_response, receive_api_message, send_api_message
12+
1213

1314
class TestProtocolErrors:
1415
"""Tests for protocol-level error handling in the TCP API."""

0 commit comments

Comments
 (0)