Skip to content

Commit f7de35a

Browse files
committed
Rename interfaces property to linode_interfaces
1 parent ffdb438 commit f7de35a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/objects/linode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ def interfaces_settings(self) -> LinodeInterfacesSettings:
20062006
return self._interfaces_settings
20072007

20082008
@property
2009-
def interfaces(self) -> List[LinodeInterface]:
2009+
def linode_interfaces(self) -> list[LinodeInterface]:
20102010
"""
20112011
All interfaces for this Linode.
20122012

0 commit comments

Comments
 (0)