Skip to content

Commit

Permalink
Remove cyclic import from ignored for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Oct 28, 2014
1 parent 1237161 commit 90c5ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc_reduced
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ignore = datastore_v1_pb2.py
[MESSAGES CONTROL]
disable = I, protected-access, maybe-no-member, no-member,
redefined-builtin, star-args, missing-format-attribute,
similarities, cyclic-import, arguments-differ,
similarities, arguments-differ,
invalid-name, missing-docstring, too-many-public-methods,
too-few-public-methods, attribute-defined-outside-init,
unbalanced-tuple-unpacking, too-many-locals, exec-used,
Expand Down

0 comments on commit 90c5ce2

Please sign in to comment.