mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 03:42:20 +01:00
Remove a bunch of unnecessary pylint disabling (#4079)
This commit is contained in:
@@ -31,7 +31,6 @@ def trash_storage_path(base_path: str) -> str:
|
||||
return os.path.join(base_path, ".esphome", "trash")
|
||||
|
||||
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
class StorageJSON:
|
||||
def __init__(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user