Skip to content

Commit

Permalink
Fix E261 at least two spaces before inline comment
Browse files Browse the repository at this point in the history
Fix E261 at least two spaces before inline comment
  • Loading branch information
baterflyrity authored Feb 3, 2024
1 parent 04c1bbc commit fb9378e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
read_until_command
)

TIMEOUT = 10 # login timeout in seconds
TIMEOUT = 10 # login timeout in seconds

Check failure on line 14 in tests/integration_tests/test_login.py

View workflow job for this annotation

GitHub Actions / flake8

at least two spaces before inline comment

Check failure on line 14 in tests/integration_tests/test_login.py

View workflow job for this annotation

GitHub Actions / flake8

inline comment should start with '# '


async def test_server_login_invalid(lobby_server):
Expand Down

0 comments on commit fb9378e

Please sign in to comment.