mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed pep8 issue for last commit.
This commit is contained in:
parent
fb0c322ccf
commit
28126a0a0d
@ -389,6 +389,5 @@ except ImportError:
|
|||||||
# setting is False in local config then we should not check the Python version.
|
# setting is False in local config then we should not check the Python version.
|
||||||
if (SUPPORT_SSH_TUNNEL is True and
|
if (SUPPORT_SSH_TUNNEL is True and
|
||||||
((sys.version_info[0] == 2 and sys.version_info[1] < 7) or
|
((sys.version_info[0] == 2 and sys.version_info[1] < 7) or
|
||||||
(sys.version_info[0] == 3 and sys.version_info[1] < 4))
|
(sys.version_info[0] == 3 and sys.version_info[1] < 4))):
|
||||||
):
|
|
||||||
SUPPORT_SSH_TUNNEL = False
|
SUPPORT_SSH_TUNNEL = False
|
||||||
|
Loading…
Reference in New Issue
Block a user