1
0
mirror of https://github.com/httpie/cli.git synced 2025-11-29 22:58:15 +02:00

PEP8 errors

This commit is contained in:
Luis San Martin
2015-10-22 14:32:16 -03:00
parent 1ded5c2a97
commit 45df860124
9 changed files with 23 additions and 21 deletions

View File

@@ -54,4 +54,3 @@ def humanize_bytes(n, precision=2):
# noinspection PyUnboundLocalVariable
return '%.*f %s' % (precision, n / factor, suffix)