Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed May 6, 2024
1 parent f9c6163 commit df96ce0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: isort
run: isort --diff --check .
- name: Black
run: black --line-length 88 --check .
run: black --line-length 88 --diff --check .
1 change: 0 additions & 1 deletion custom_components/smartthinq_sensors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ async def init_device(self) -> bool:

# abort polling on unload and shutdown
if config_entry := current_entry.get():

config_entry.async_on_unload(self._device.abort_poll)

async def abort_dev_poll(event: Event) -> None:
Expand Down

0 comments on commit df96ce0

Please sign in to comment.