ruff format

This commit is contained in:
Conrad Ludgate
2025-07-22 16:01:53 +01:00
parent 539652fa4e
commit a235b241d5

View File

@@ -3920,7 +3920,7 @@ class NeonProxy(PgProtocol):
connstr = f"postgresql://{user}:{password}@{self.domain}:{self.proxy_port}/postgres"
response = requests.post(
f"https://{self.domain}:{self.external_http_port}/sql",
data=json.dumps({"queries":json_queries}),
data=json.dumps({"queries": json_queries}),
headers={
"Content-Type": "application/sql",
"Neon-Connection-String": connstr,