1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 11:52:20 +01:00

fix python lint

This commit is contained in:
Tomasz Duda
2024-04-24 22:12:32 +02:00
parent 625e328e97
commit f7d9af3eaf
3 changed files with 8 additions and 7 deletions

View File

@@ -541,6 +541,7 @@ def lint_relative_py_import(fname):
"esphome/components/rp2040/core.cpp",
"esphome/components/libretiny/core.cpp",
"esphome/components/host/core.cpp",
"esphome/components/zephyr/core.cpp",
],
)
def lint_namespace(fname, content):