core/homeassistant/scripts
Jason Hu 709419e465 Fix lint on dev (#22512)
## Description:

Fix a lint issue in credstash script.


**Related issue (if applicable):** fixes #<home-assistant issue number goes here>

**Pull request in [home-assistant.io](https://github.com/home-assistant/home-assistant.io) with documentation (if applicable):** home-assistant/home-assistant.io#<home-assistant.io PR number goes here>

## Example entry for `configuration.yaml` (if applicable):
```yaml

```

## Checklist:
  - [ ] The code change is tested and works locally.
  - [ ] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
  - [ ] There is no commented out code in this PR.

If user exposed functionality or configuration variables are added/changed:
  - [ ] Documentation added/updated in [home-assistant.io](https://github.com/home-assistant/home-assistant.io)

If the code communicates with devices, web services, or third-party tools:
  - [ ] New dependencies have been added to the `REQUIREMENTS` variable ([example][ex-requir]).
  - [ ] New dependencies are only imported inside functions that use them ([example][ex-import]).
  - [ ] New or updated dependencies have been added to `requirements_all.txt` by running `script/gen_requirements_all.py`.
  - [ ] New files were added to `.coveragerc`.

If the code does not interact with devices:
  - [ ] Tests have been added to verify that the new code works.

[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard/__init__.py#L14
[ex-import]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard/__init__.py#L23
2019-03-28 15:33:21 -07:00
..
benchmark Memory optimization for logbook (#21549) 2019-03-01 23:23:45 -08:00
macos Add /sbin to launchd PATH (#18601) 2018-11-21 20:56:38 +01:00
__init__.py Fix script load module issue (#21763) 2019-03-07 16:48:14 -08:00
auth.py Add multi-factor authentication modules (#15489) 2018-08-22 09:52:34 +02:00
check_config.py Fix script load module issue (#21763) 2019-03-07 16:48:14 -08:00
credstash.py Fix lint on dev (#22512) 2019-03-28 15:33:21 -07:00
ensure_config.py Add ensure config script (#2548) 2016-07-17 15:24:42 -07:00
keyring.py Upgrade keyring to 17.1.1 (#19962) 2019-01-11 10:48:07 -05:00