mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
Removed unused import
This commit is contained in:
parent
6c905d4f00
commit
85991014fd
@ -1,6 +1,6 @@
|
||||
from django import forms
|
||||
from django.core.exceptions import ValidationError
|
||||
from netaddr import IPAddress, IPNetwork, AddrFormatError
|
||||
from netaddr import IPNetwork, AddrFormatError
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user