We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e197d1 commit 2548d9fCopy full SHA for 2548d9f
Pynetbox_Data_Uploader/lib/netbox_api/netbox_create.py
@@ -23,7 +23,7 @@ def create_device(self, data: dict | list) -> bool:
23
return bool(devices)
24
25
def create_device_type(
26
- self, model: str, slug: str, manufacturer: str, u_height=1
+ self, model: str, slug: str, manufacturer: str, u_height: int = 1
27
) -> bool:
28
"""
29
This method creates a new device type in Netbox.
0 commit comments