We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a488cd2 commit e719cabCopy full SHA for e719cab
2 files changed
tests/integration/networking/test_networking.py
@@ -11,7 +11,7 @@
11
exec_test_command,
12
)
13
from tests.integration.linodes.helpers import DEFAULT_REGION
14
-from tests.integration.networking.fixtures import (
+from tests.integration.networking.fixtures import ( # noqa: F401
15
create_reserved_ip,
16
get_command_heads_and_vals,
17
test_linode_id,
tests/integration/tags/test_tags.py
@@ -8,7 +8,7 @@
8
9
get_random_text,
10
-from tests.integration.networking.fixtures import create_reserved_ip
+from tests.integration.networking.fixtures import create_reserved_ip # noqa: F401
@pytest.fixture(scope="session")
0 commit comments