Removed an unnecessary pyflakes:ignore.

- Legacy-Id: 11533
This commit is contained in:
Henrik Levkowetz 2016-07-07 12:19:02 +00:00
parent 2b55d20371
commit a4b5bbc5cf

View file

@ -1,7 +1,7 @@
# Autogenerated by the makeresources management command 2015-10-19 12:29 PDT
from tastypie.resources import ModelResource
from ietf.api import ToOneField
from tastypie.fields import ToManyField, CharField # pyflakes:ignore
from tastypie.fields import ToManyField, CharField
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
from tastypie.cache import SimpleCache