Skip to content

Commit 280888a

Browse files
committed
Fix linting
1 parent 9355cba commit 280888a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox_onboarding/tests/test_onboard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def test_ensure_device_instance_not_exist(self):
128128

129129
def test_ensure_device_instance_exist(self):
130130
"""Verify ensure_device_instance function."""
131-
132131
device = Device.objects.create(
133132
name=self.ndk2.hostname,
134133
site=self.site1,

0 commit comments

Comments
 (0)