1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00

Lint cleanups (#15243)

* Remove some unused imports

* Fix a flake8 E271
This commit is contained in:
Ville Skyttä
2018-07-01 18:57:01 +03:00
committed by Paulus Schoutsen
parent 9db8759317
commit 6f582dcf24
7 changed files with 4 additions and 24 deletions

View File

@@ -1,7 +1,5 @@
"""Service calling related helpers."""
import logging
# pylint: disable=unused-import
from typing import Optional # NOQA
from os import path
import voluptuous as vol