Enable pylint import-outside-toplevel (#33631)

This commit is contained in:
Franck Nijhof 2020-04-04 17:07:36 +02:00 committed by GitHub
parent 9dfcae3dc2
commit b9b1cee403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 47 additions and 23 deletions

View file

@ -29,7 +29,7 @@ def run(args):
"value", help="The value to save when putting a secret", nargs="?", default=None
)
# pylint: disable=import-error, no-member
# pylint: disable=import-error, no-member, import-outside-toplevel
import credstash
args = parser.parse_args(args)