style python

This commit is contained in:
Alek Westover
2023-07-12 10:29:42 -04:00
parent ebc48ed67c
commit cc8bc91881

View File

@@ -2,10 +2,7 @@ import json
import os
# enable custom extensions for specific tenants
enabled_extensions = {
"123454321": ["anon"],
"public": ["embedding"]
}
enabled_extensions = {"123454321": ["anon"], "public": ["embedding"]}
control_data = {}
for control_file in os.listdir("control_files"):