mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -06:00
pep8
This commit is contained in:
parent
077e5c465e
commit
9c681e63dc
@ -63,6 +63,7 @@ def clear_primary_ip(instance, **kwargs):
|
||||
if virtualmachine:
|
||||
virtualmachine.save()
|
||||
|
||||
|
||||
@receiver(pre_delete, sender=IPAddress)
|
||||
def clear_oob_ip(instance, **kwargs):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user