Skip to content

Commit 36cbfcb

Browse files
Add return types
1 parent 6408429 commit 36cbfcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

linode_api4/objects/linode.py

+2
Original file line numberDiff line numberDiff line change
@@ -1951,6 +1951,7 @@ def interface_create(
19511951
If set, the new instance will be a VPC interface.
19521952
19531953
:returns: The newly created Linode Interface.
1954+
:rtype: LinodeInterface
19541955
"""
19551956

19561957
params = {
@@ -1984,6 +1985,7 @@ def interfaces_settings(self) -> LinodeInterfacesSettings:
19841985
NOTE: Linode interfaces may not currently be available to all users.
19851986
19861987
:returns: The settings for instance-level interface settings for this Linode.
1988+
:rtype: LinodeInterfacesSettings
19871989
"""
19881990

19891991
# NOTE: We do not implement this as a Property because Property does

0 commit comments

Comments
 (0)