Skip to content

Commit 8af9160

Browse files
committed
Fix PEP-8 issue.
1 parent 67de7a4 commit 8af9160

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
@@ -381,7 +381,7 @@ def upgrade_check():
381381
context = ssl.create_default_context(certifi.where())
382382

383383
response = urlopen(url, data=data, timeout=5,
384-
context=context)
384+
context=context)
385385
elif os.path.exists(config.CA_FILE):
386386
# Use cafile parameter for older versions
387387
response = urlopen(url, data=data, timeout=5,

0 commit comments

Comments
 (0)