|
@@ -2,10 +2,10 @@
|
|
|
Tests for translation files.
|
|
Tests for translation files.
|
|
|
"""
|
|
"""
|
|
|
|
|
|
|
|
|
|
+import warnings
|
|
|
from fnmatch import fnmatch
|
|
from fnmatch import fnmatch
|
|
|
from os import walk
|
|
from os import walk
|
|
|
from os.path import dirname, join
|
|
from os.path import dirname, join
|
|
|
-import warnings
|
|
|
|
|
|
|
|
|
|
from homeassistant.util.json import load_json
|
|
from homeassistant.util.json import load_json
|
|
|
|
|
|