mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Update codespell to 2.3.0 (#118001)
This commit is contained in:
@@ -100,7 +100,7 @@ def run():
|
||||
key_data = lokalise.keys_list({"filter_keys": ",".join(chunk), "limit": 1000})
|
||||
if len(key_data) != len(chunk):
|
||||
print(
|
||||
f"Lookin up key in Lokalise returns {len(key_data)} results, expected {len(chunk)}"
|
||||
f"Looking up key in Lokalise returns {len(key_data)} results, expected {len(chunk)}"
|
||||
)
|
||||
|
||||
if not key_data:
|
||||
|
Reference in New Issue
Block a user