Skip to content

Commit a7f4833

Browse files
Remove obsolete const
1 parent 2cc2f72 commit a7f4833

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

custom_components/battery_notes/const.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
DATA_LIBRARY = "library"
6262
DATA_LIBRARY_UPDATER = "library_updater"
6363
DATA_LIBRARY_LAST_UPDATE = "library_last_update"
64-
DATA_SCHEMA_LAST_UPDATE = "schema_last_update"
6564
DATA_COORDINATOR = "coordinator"
6665
DATA_STORE = "store"
6766
DATA = "data"

custom_components/battery_notes/library_updater.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
CONF_LIBRARY_URL,
2424
CONF_SCHEMA_URL,
2525
DATA_LIBRARY_LAST_UPDATE,
26-
DATA_SCHEMA_LAST_UPDATE,
2726
DEFAULT_LIBRARY_URL,
2827
DEFAULT_SCHEMA_URL,
2928
DOMAIN,

0 commit comments

Comments
 (0)