PEP8 compliance - space between numbers and operators

This commit is contained in:
Yohan Graterol 2014-08-17 02:24:22 -05:00
parent 75c7931f3d
commit 80b3688e81
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ class Client(requests.Session):
else:
units = {'b': 1,
'k': 1024,
'm': 1024*1024,
'g': 1024*1024*1024}
'm': 1024 * 1024,
'g': 1024 * 1024 * 1024}
suffix = mem_limit[-1].lower()
# Check if the variable is a string representation of an int