mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
fix python lints
This commit is contained in:
@@ -3914,7 +3914,7 @@ class NeonProxy(PgProtocol):
|
||||
[query, params] = query
|
||||
json_queries.append({"query": query, "params": params})
|
||||
|
||||
queries = [j["query"] for j in json_queries];
|
||||
queries = [j["query"] for j in json_queries]
|
||||
log.info(f"Executing http queries: {queries}")
|
||||
|
||||
connstr = f"postgresql://{user}:{password}@{self.domain}:{self.proxy_port}/postgres"
|
||||
|
||||
Reference in New Issue
Block a user