Sfoglia il codice sorgente

Tests: remove unused imports from translations test

This used to have old code related to checking that entities all had translations
for the config flow. But the step was removed some time ago, so this has been disabled.
After last update, we are now checking that all the strings present in English have
translations to all other languages instead.
Jason Rumney 1 anno fa
parent
commit
c65bed81c0
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      tests/test_translations.py

+ 0 - 4
tests/test_translations.py

@@ -10,10 +10,6 @@ import warnings
 from homeassistant.util.json import load_json
 from homeassistant.util.json import load_json
 
 
 import custom_components.tuya_local as root
 import custom_components.tuya_local as root
-from custom_components.tuya_local.helpers.device_config import (
-    TuyaDeviceConfig,
-    available_configs,
-)
 
 
 
 
 def get_translations():
 def get_translations():