Jelajahi Sumber

Tests: reorder imports in translations tests.

Jason Rumney 1 tahun lalu
induk
melakukan
67d75771a0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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