Commit af84f915 authored by Sam Rushing's avatar Sam Rushing

pep8.

parent fcbb2553
......@@ -5,7 +5,7 @@ from .ber import InsufficientData
class DataFileReader:
def __init__ (self, f, buffer_size = 1024 * 1024):
def __init__ (self, f, buffer_size=1024 * 1024):
self.f = f
self.buffer_size = buffer_size
self.buffer = self.f.read (self.buffer_size)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment