Skip to content

Commit 1b68419

Browse files
Minor changes
1 parent ef709d7 commit 1b68419

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

linode_api4/groups/linode.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
Firewall,
1010
Instance,
1111
InstanceDiskEncryptionType,
12-
InterfaceGeneration,
1312
Kernel,
14-
LinodeInterfaceOptions,
15-
NetworkInterface,
1613
PlacementGroup,
1714
StackScript,
1815
Type,
@@ -22,8 +19,13 @@
2219
from linode_api4.objects.linode import (
2320
Backup,
2421
InstancePlacementGroupAssignment,
22+
InterfaceGeneration,
23+
NetworkInterface,
2524
_expand_placement_group_assignment,
2625
)
26+
from linode_api4.objects.linode_interfaces import (
27+
LinodeInterfaceOptions,
28+
)
2729
from linode_api4.util import drop_null_keys
2830

2931

0 commit comments

Comments
 (0)