Skip to content

Commit

Permalink
fix: flake8 docstring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Oct 28, 2023
1 parent 9b8317d commit 54dd666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intg-denonavr/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def _update_media_player(configured_entity: ucapi.Entity, update) -> dict[str, a

def _avr_from_entity_id(entity_id: str) -> str | None:
"""
Returns the avr_id prefix of an entity_id.
Return the avr_id prefix of an entity_id.
The prefix is the part before the first dot in the name and refers to the AVR device identifier.
Expand Down

0 comments on commit 54dd666

Please sign in to comment.