Skip to content

Commit a4b5bbc

Browse files
committed
Removed an unnecessary pyflakes:ignore.
- Legacy-Id: 11533
1 parent 2b55d20 commit a4b5bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the makeresources management command 2015-10-19 12:29 PDT
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField
4-
from tastypie.fields import ToManyField, CharField # pyflakes:ignore
4+
from tastypie.fields import ToManyField, CharField
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
66
from tastypie.cache import SimpleCache
77

0 commit comments

Comments
 (0)