From fb9378e4c5b16eff5cf7d10bef0b75c19cc26250 Mon Sep 17 00:00:00 2001 From: baterflyrity Date: Sat, 3 Feb 2024 23:47:27 +0300 Subject: [PATCH] Fix E261 at least two spaces before inline comment Fix E261 at least two spaces before inline comment --- tests/integration_tests/test_login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/test_login.py b/tests/integration_tests/test_login.py index 142020a0d..79aca38fe 100644 --- a/tests/integration_tests/test_login.py +++ b/tests/integration_tests/test_login.py @@ -11,7 +11,7 @@ read_until_command ) -TIMEOUT = 10 # login timeout in seconds +TIMEOUT = 10 # login timeout in seconds async def test_server_login_invalid(lobby_server):