Skip to content

Commit 85b519c

Browse files
author
Thomas
committed
Removed new line from docstrings
1 parent 7751ef6 commit 85b519c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox/dcim.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ def update_inventory_item(self, name, device_name, **kwargs):
562562
:param device_name: Name of device
563563
:param kwargs: Extra inventory items to update
564564
:return bool True if successful otherwise raise UpdateException
565-
566565
"""
567566
try:
568567
inventory_item_id = self.get_inventory_items(name=name, device=device_name)[0]['id']

0 commit comments

Comments
 (0)