Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-bar committed Oct 30, 2022
1 parent 189035d commit c4ff40e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/edgeos/component/api/storage_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

class StorageAPI(BaseAPI):
_stores: dict[str, Store] | None
_views: dict[str, EdgeOSBaseView] | None
_config_data: ConfigData | None
_data: dict

Expand All @@ -34,7 +33,6 @@ def __init__(self,

self._config_data = None
self._stores = None
self._views = None
self._data = {}

@property
Expand Down

0 comments on commit c4ff40e

Please sign in to comment.