Enable pylint import-outside-toplevel (#33631)
This commit is contained in:
parent
9dfcae3dc2
commit
b9b1cee403
23 changed files with 47 additions and 23 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue