Cleanup code left in previous commit. #5065

This commit is contained in:
Aditya Toshniwal 2022-10-17 15:42:48 +05:30 committed by GitHub
parent 0a3a90b400
commit d50e9f7fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@ class ERDModule(PgAdminModule):
'erd.initialize',
'erd.prequisite',
'erd.sql',
'erd.tables',
'erd.close'
]

View File

@ -180,7 +180,6 @@ class BaseSocketTestGenerator(BaseTestGenerator):
def setUp(self):
super(BaseSocketTestGenerator, self).setUp()
# flask_client = self.app.test_client()
self.tester.get("/")
self.socket_client = socketio.test_client(
self.app, namespace=self.SOCKET_NAMESPACE,