Removed an unnecessary pyflakes:ignore.
- Legacy-Id: 11533
This commit is contained in:
parent
2b55d20371
commit
a4b5bbc5cf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue