mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 05:12:21 +01:00
Remove a bunch of unnecessary pylint disabling (#4079)
This commit is contained in:
@@ -37,7 +37,6 @@ def patch_structhash():
|
||||
if not isdir(build_dir):
|
||||
makedirs(build_dir)
|
||||
|
||||
# pylint: disable=protected-access
|
||||
helpers.clean_build_dir = patched_clean_build_dir
|
||||
cli.clean_build_dir = patched_clean_build_dir
|
||||
|
||||
|
Reference in New Issue
Block a user