diff --git a/homeassistant/scripts/credstash.py b/homeassistant/scripts/credstash.py index 6dd9f90197a..e2950f8d7a0 100644 --- a/homeassistant/scripts/credstash.py +++ b/homeassistant/scripts/credstash.py @@ -24,7 +24,7 @@ def run(args): 'value', help="The value to save when putting a secret", nargs='?', default=None) - # pylint: disable=no-member + # pylint: disable=import-error, no-member import credstash args = parser.parse_args(args)