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

Added missing import statement

This commit is contained in:
Jeremy Stretch
2018-07-10 10:11:09 -04:00
parent 289a762bf1
commit 29172d045d

View File

@ -2,6 +2,7 @@ from __future__ import unicode_literals
from collections import OrderedDict
import pytz
from taggit.models import Tag
from django.conf import settings
from django.contrib.contenttypes.models import ContentType