Skip to content

Commit

Permalink
Tests: reorder imports in translations tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Sep 26, 2024
1 parent c65bed8 commit 67d7577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Tests for translation files.
"""

import warnings
from fnmatch import fnmatch
from os import walk
from os.path import dirname, join
import warnings

from homeassistant.util.json import load_json

Expand Down

0 comments on commit 67d7577

Please sign in to comment.