Skip to content

Commit a488cd2

Browse files
committed
Linter fixes
1 parent ae89800 commit a488cd2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

tests/integration/networking/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
exec_test_command,
77
)
88
from tests.integration.linodes.helpers import (
9+
DEFAULT_REGION,
910
create_linode,
1011
create_linode_and_wait,
11-
DEFAULT_REGION
1212
)
1313

1414

tests/integration/networking/test_networking.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
create_reserved_ip,
1616
get_command_heads_and_vals,
1717
test_linode_id,
18-
test_linode_id_shared_ipv4
18+
test_linode_id_shared_ipv4,
1919
)
2020

21-
2221
RESERVED_IP_HEADERS = [
2322
"address", "type", "public", "rdns", "linode_id", "reserved", "tags"
2423
]

0 commit comments

Comments
 (0)