Bläddra i källkod

Tests: reorder imports in translations tests.

Jason Rumney 1 år sedan
förälder
incheckning
67d75771a0
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tests/test_translations.py

+ 1 - 1
tests/test_translations.py

@@ -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