mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix PEP8
This commit is contained in:
parent
caeea7940a
commit
26506a9727
@ -350,10 +350,10 @@ def connect_server(sid):
|
||||
conn = manager.connection()
|
||||
if conn.connected():
|
||||
return make_json_response(
|
||||
success=1,
|
||||
info=gettext("Server connected."),
|
||||
data={}
|
||||
)
|
||||
success=1,
|
||||
info=gettext("Server connected."),
|
||||
data={}
|
||||
)
|
||||
|
||||
server = Server.query.filter_by(id=sid).first()
|
||||
view = SchemaDiffRegistry.get_node_view('server')
|
||||
|
Loading…
Reference in New Issue
Block a user