Fixed E225 pep8 warnings.

This commit is contained in:
Tim Graham 2013-10-23 06:09:29 -04:00
parent 51d2e1fb23
commit ae48d77ef8
43 changed files with 102 additions and 91 deletions

View file

@ -170,7 +170,7 @@ class TimeFormat(Formatter):
def u(self):
"Microseconds; i.e. '000000' to '999999'"
return '%06d' %self.data.microsecond
return '%06d' % self.data.microsecond
def Z(self):
"""