Skip to content

Commit bc8ad19

Browse files
committed
Remove unnecessary local imports
1 parent 3fa5926 commit bc8ad19

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/unit/objects/linode_test.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -477,11 +477,6 @@ def test_get_placement_group(self):
477477
assert pg.placement_group_type == "anti_affinity:local"
478478

479479
def test_get_interfaces(self):
480-
# Local import to avoid circular dependency
481-
from linode_interface_test import ( # pylint: disable=import-outside-toplevel
482-
LinodeInterfaceTest,
483-
)
484-
485480
instance = Instance(self.client, 124)
486481

487482
assert instance.interface_generation == InterfaceGeneration.LINODE
@@ -539,11 +534,6 @@ def test_update_interfaces_settings(self):
539534
}
540535

541536
def test_upgrade_interfaces(self):
542-
# Local import to avoid circular dependency
543-
from linode_interface_test import ( # pylint: disable=import-outside-toplevel
544-
LinodeInterfaceTest,
545-
)
546-
547537
instance = Instance(self.client, 124)
548538

549539
with self.mock_post("/linode/instances/124/upgrade-interfaces") as m:

0 commit comments

Comments
 (0)