Skip to content

Commit ac80788

Browse files
committed
fix: add missing uv.lock file
1 parent 5d1029f commit ac80788

3 files changed

Lines changed: 595 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ repos:
2626
rev: v2.4.1
2727
hooks:
2828
- id: codespell
29+
exclude: uv.lock
2930
- repo: https://github.com/charliermarsh/ruff-pre-commit
3031
rev: v0.14.1
3132
hooks:

pyomnilogic_local/omnilogic.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,3 @@ def _update_equipment(self) -> None:
6161
self.system = System(equipment_mspconfig)
6262
if equipment_mspconfig.omni_type == OmniType.BACKYARD:
6363
self.backyard = Backyard(equipment_mspconfig, self.telemetry)
64-
65-
# if hasattr(self, "mspconfig") and self.mspconfig is not None:
66-
# _LOGGER.debug(self.mspconfig)
67-
# if hasattr(self, "telemetry") and self.telemetry is not None:
68-
# _LOGGER.debug(self.telemetry)

0 commit comments

Comments
 (0)