File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments