mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 05:42:15 -04:00
pep8: blank after comma and colon
This commit is contained in:
parent
179eefae29
commit
63965fd2d9
4 changed files with 10 additions and 10 deletions
|
@ -130,7 +130,7 @@ class FileList(QtGui.QListWidget):
|
|||
thresh = 1024.0
|
||||
if b < thresh:
|
||||
return '{0} B'.format(b)
|
||||
units = ['KiB','MiB','GiB','TiB','PiB','EiB','ZiB','YiB']
|
||||
units = ['KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB']
|
||||
u = 0
|
||||
b /= thresh
|
||||
while b >= thresh:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue