Skip to content

Commit d55f520

Browse files
committed
Fixed pep8 issues
1 parent 68a59cc commit d55f520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pgadmin/misc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def upgrade_check():
358358
# It stuck on rendering the browser.html, while working in the
359359
# broken network.
360360
if os.path.exists(config.CA_FILE) and sys.version_info >= (
361-
3, 13):
361+
3, 13):
362362
# Use SSL context for Python 3.13+
363363
context = ssl.create_default_context(cafile=config.CA_FILE)
364364
response = urlopen(url, data=data, timeout=5,

0 commit comments

Comments
 (0)