mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 09:00:37 +00:00
style python
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user