Remove whitespaces (makes flake8 happy)

This commit is contained in:
Philip Allgaier 2020-10-03 15:01:15 +02:00 committed by GitHub
parent 94e47e4c5e
commit d72987b914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ class SpeedtestHTTPSHandler(AbstractHTTPHandler):
except BadStatusLine:
raise SpeedtestHTTPError(
'Server returned bad status code'
)
)
https_request = AbstractHTTPHandler.do_request_