mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-05-13 16:47:54 +00:00
Flake8 fix
This commit is contained in:
parent
87cfede4df
commit
f6f4f4e7ef
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ except ImportError:
|
|||
kwargs['file'] = _py3_utf8_stdout
|
||||
_py3_print(*args, **kwargs)
|
||||
else:
|
||||
del __builtin__
|
||||
|
||||
def print_(*args, **kwargs):
|
||||
"""The new-style print function for Python 2.4 and 2.5.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue