Skip to content

Commit 0ba2b3b

Browse files
S1M0N38Copilot
andcommitted
style(tests): add type hint
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b486a2c commit 0ba2b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lua/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
@pytest.fixture
16-
def tcp_client(port) -> Generator[socket.socket, None, None]:
16+
def tcp_client(port: int) -> Generator[socket.socket, None, None]:
1717
"""Create and clean up a TCP client socket.
1818
1919
Yields:

0 commit comments

Comments
 (0)