Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Sep 26, 2024
1 parent f9bd2bb commit c9d1fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home_assistant_datasets/tool/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pathlib import Path

# Ensure home assistant recorder is patched before actually loading
from pytest_homeassistant_custom_component import patch_recorder
from pytest_homeassistant_custom_component import patch_recorder # noqa: F401

from . import assist, leaderboard

Expand Down

0 comments on commit c9d1fa4

Please sign in to comment.