Skip to content

Commit d22e4e7

Browse files
Merge pull request netbox-community#59 from digitalocean/dcim-tests-pep-8
Fix PEP 8 error in DCIM tests
2 parents 6848a3d + 5181c97 commit d22e4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/dcim/tests/test_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_mount_single_device(self):
6464
rack=rack1,
6565
position=10,
6666
face=RACK_FACE_REAR,
67-
)
67+
)
6868
device1.save()
6969

7070
# Validate rack height

0 commit comments

Comments
 (0)