entertainment_decider/models: Remove TODO about static table names

master
Felix Stupp 2 years ago
parent fd7d413fe2
commit 51a13abb88
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1178,7 +1178,6 @@ def update_element_lookup_cache(collection_ids: List[int] = []):
####
# TODO replace fixed table names with dynamic resolved ones
CUSTOM_TABLE_DEFINITIONS: Mapping[SafeStr, str] = {
SafeStr(table_name): trim(table_sql)
for table_name, table_sql in {

Loading…
Cancel
Save