Skip to content

Commit

Permalink
Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Oct 27, 2024
1 parent 4bb35bd commit 53be700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/battery_notes/library_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async def _api_wrapper(
# response.raise_for_status()
return await response.text()

except asyncio.TimeoutError as exception:
except TimeoutError as exception:
raise LibraryUpdaterClientCommunicationError(
"Timeout error fetching information",
) from exception
Expand Down

0 comments on commit 53be700

Please sign in to comment.