mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Fix PEP8
This commit is contained in:
parent
e49c5c8200
commit
0c181614cd
@ -1894,7 +1894,7 @@ class ModuleTestCase(
|
||||
# Check that the interface was created
|
||||
initial_interface = Interface.objects.filter(device=device, name=interface_name).first()
|
||||
self.assertIsNotNone(initial_interface)
|
||||
|
||||
|
||||
# Save the module id associated with the interface
|
||||
initial_module_id = initial_interface.module.id
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user