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:
committed by
Paulus Schoutsen
parent
9db8759317
commit
6f582dcf24
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user