Skip to content

Commit

Permalink
Revert ignoring pylint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
LaStrada committed Jan 2, 2025
1 parent ea0c553 commit 850e5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airthings_ble/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ async def _get_service_characteristics(
) -> None:
svcs = client.services
sensors = device.sensors
for service in svcs: # pylint: disable=too-many-nested-blocks
for service in svcs:
if (
(
str(COMMAND_UUID_WAVE_ENHANCE)
Expand Down

0 comments on commit 850e5d1

Please sign in to comment.