From a881e4e3f86a529c1136932f5735d26aaf63b124 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 1 Jul 2020 15:33:51 +0530 Subject: [PATCH] Fix PEP8 --- .../servers/databases/schemas/tables/tests/test_table_add.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_add.py index 1fdf7b6f2..f0656e523 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_add.py @@ -184,8 +184,6 @@ class TableAddTestCase(BaseTestGenerator): if not schema_response: raise Exception("Could not find the schema to add a table.") - - def runTest(self): """ This function will add table under schema node. """ db_user = self.server["username"]