1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove unneeded import from testing.

This commit is contained in:
Daniel Sheppard
2019-04-05 09:39:04 -05:00
committed by GitHub
parent e556c78599
commit c032413201

View File

@@ -2,7 +2,6 @@ from django.core.exceptions import ValidationError
from django.core.validators import MinValueValidator, MaxValueValidator
from django.db import models
from netaddr import AddrFormatError, EUI, mac_unix_expanded
import pprint
class ASNField(models.BigIntegerField):