Skip to content

Commit

Permalink
Remove stale docstring (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Nov 22, 2023
1 parent 863401d commit 2be3c29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ecowitt2mqtt/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,7 @@ def _async_create_mqtt_loop_task(
LOGGER.debug("Creating MQTT loop: %s", config.uuid)

async def create_loop() -> None:
"""Create the loop.
Raises:
asyncio.CancelledError: Raised when the task is cancelled.
"""
"""Create the loop."""
retry_attempt = 0
try:
while True:
Expand Down

0 comments on commit 2be3c29

Please sign in to comment.