Skip to content

Commit 0b8aac0

Browse files
committed
Fix pydocstyle
1 parent 8253ead commit 0b8aac0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox_onboarding/onboard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ def check_if_device_already_exist(self):
562562

563563
def ensure_device(self):
564564
"""Ensure that the device represented by the DevNetKeeper exists in the NetBox system."""
565-
566565
# Only check the device role and device type if the device do not exist already
567566
if not self.check_if_device_already_exist():
568567
self.ensure_device_type()

0 commit comments

Comments
 (0)