Skip to content

Commit

Permalink
test_websocket - pylint fix - change import order
Browse files Browse the repository at this point in the history
Pytest as the last one to be imported, so pylint is happier.
  • Loading branch information
JanneKiiskila committed Oct 20, 2023
1 parent c4022d2 commit 8662322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_websocket_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
# ----------------------------------------------------------------------------


import pytest
import logging
import base64
from izuma_systest_lib.cloud import connect_handler
import time
from izuma_systest_lib.cloud import connect_handler
import pytest

log = logging.getLogger(__name__)
log.setLevel(logging.INFO)
Expand Down

0 comments on commit 8662322

Please sign in to comment.