Commit 41bb1fd7 authored by Jason Madden's avatar Jason Madden

Missed whitespace line

parent 6d43a1f4
...@@ -250,6 +250,7 @@ class FileObjectPosix(FileObjectBase): ...@@ -250,6 +250,7 @@ class FileObjectPosix(FileObjectBase):
# all bytes, and second, decode all bytes once they've been read. # all bytes, and second, decode all bytes once they've been read.
self._translate_encoding = 'latin-1' self._translate_encoding = 'latin-1'
import functools import functools
def wrap_method(m): def wrap_method(m):
if m.__name__.startswith("read"): if m.__name__.startswith("read"):
@functools.wraps(m) @functools.wraps(m)
......
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