We can ignore local imports(to functions/if statements) convention errors.

If the users has put those imports within a function body or inside an
if statement, he's probably making sure no `ImportError` is raised.
This commit is contained in:
Pedro Algarvio 2017-03-06 13:30:43 +00:00
parent 6c9152764d
commit f79ac6690a
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -132,7 +132,8 @@ disable=R,
E8265,
E8266,
E8402,
E8731
E8731,
3rd-party-local-module-not-gated
# Disabled:
# R* [refactoring suggestions & reports]