fix formatting

This commit is contained in:
Benoit Chesneau 2019-09-27 01:45:03 +02:00
parent f35ae584b4
commit ce03c192f4

View File

@ -187,6 +187,7 @@ class Body(object):
if not ret: if not ret:
raise StopIteration() raise StopIteration()
return ret return ret
next = __next__ next = __next__
def getsize(self, size): def getsize(self, size):