mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-03 09:53:16 -05:00
Fix PEP8
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user