Remove unused reference
This commit is contained in:
1
.github/workflows/validate_python.yml
vendored
1
.github/workflows/validate_python.yml
vendored
@@ -25,7 +25,6 @@ jobs:
|
|||||||
- name: flake8 Lint
|
- name: flake8 Lint
|
||||||
uses: py-actions/flake8@v2
|
uses: py-actions/flake8@v2
|
||||||
with:
|
with:
|
||||||
ignore: "F401" # To do: remove for v4.4
|
|
||||||
max-line-length: "200"
|
max-line-length: "200"
|
||||||
path: "components/nspanel_ha_blueprint"
|
path: "components/nspanel_ha_blueprint"
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# __init__.py
|
# __init__.py
|
||||||
import esphome.codegen as cg
|
import esphome.codegen as cg
|
||||||
import esphome.config_validation as cv
|
import esphome.config_validation as cv
|
||||||
from esphome.components.esp32 import add_idf_sdkconfig_option, get_esp32_variant
|
from esphome.components.esp32 import add_idf_sdkconfig_option
|
||||||
from esphome.core import CORE, coroutine_with_priority
|
from esphome.core import CORE, coroutine_with_priority
|
||||||
|
|
||||||
CODEOWNERS = ["@edwardtfn"]
|
CODEOWNERS = ["@edwardtfn"]
|
||||||
|
|||||||
Reference in New Issue
Block a user