From 6bebce7015345f2abb1c22ea8d4b9f289baf82df Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 4 Jul 2022 11:15:38 +0530 Subject: [PATCH] Fixed PEP8 --- web/pgAdmin4.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pgAdmin4.py b/web/pgAdmin4.py index 93be55b81..fd3d387f5 100644 --- a/web/pgAdmin4.py +++ b/web/pgAdmin4.py @@ -43,6 +43,7 @@ from pgadmin.utils.constants import INTERNAL # as it turns out that putting it in the config files isn't a great idea from pgadmin.model import SCHEMA_VERSION + ########################################################################## # Support reverse proxying ##########################################################################