Improve code formatting
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 3 Sep 2024 19:16:33 +0000 (14:16 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 3 Sep 2024 19:16:33 +0000 (14:16 -0500)
src/pgwui_sql/views/sql.py

index a68632d7782456d6a70c422079416356950e949c..3b5c1b7f8f6f575f4a64f5a7347a68de2e55b6d3 100644 (file)
@@ -145,10 +145,8 @@ class SQLHandler(pgwui_core.core.SessionDBHandler):
             report_success  Boolean. Whether the copy succeeded.
         '''
         response = super().write(result, errors)
-
         response['report_success'] = (not response['errors']
                                       and self.uf['action'] != '')
-
         return response
 
     def format_detail(self, err, stmt_text):