Skip to content

Commit 868e0c1

Browse files
author
Elias Nygren
committed
add *args, **kwargs to ip_address
1 parent 9bfe083 commit 868e0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upcloud/ip_address.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class IP_address(BaseAPI):
1414
ptr_record and server are present only if /server/uuid endpoint was used.
1515
"""
1616

17-
def __init__(self, access, address, cloud_manager, ptr_record=None, server=None):
17+
def __init__(self, access, address, cloud_manager, ptr_record=None, server=None, *args, **kwargs):
1818
"""
1919
ptr_record and server not returned by the API in every case (e.g. when IP is nested).
2020
Only ptr_record is editable due to restrictions of the API.

0 commit comments

Comments
 (0)