Switch to using ConnectionManager #511
Annotations
10 errors
test
pylint (test code)
|
test:
tests/test_backoff.py#L8
standard import "import socket" should be placed before "import pytest"
|
test:
tests/test_backoff.py#L9
standard import "import ssl" should be placed before "import pytest"
|
test:
tests/test_backoff.py#L10
standard import "import time" should be placed before "import pytest"
|
test:
tests/test_backoff.py#L11
standard import "from unittest.mock import call, patch" should be placed before "import pytest"
|
test:
tests/test_loop.py#L162
Method could be a function
|
test:
tests/test_loop.py#L181
Method could be a function
|
test:
tests/test_loop.py#L8
standard import "import random" should be placed before "import pytest"
|
test:
tests/test_loop.py#L9
standard import "import socket" should be placed before "import pytest"
|
test:
tests/test_loop.py#L10
standard import "import ssl" should be placed before "import pytest"
|