Browse Source

Remove unneeded import from testing.

Daniel Sheppard 7 years ago
parent
commit
c032413201
1 changed files with 0 additions and 1 deletions
  1. 0 1
      netbox/dcim/fields.py

+ 0 - 1
netbox/dcim/fields.py

@@ -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):