Fixed E301 flake8 errors

expected 1 blank line, found 0
This commit is contained in:
Andras Tim
2017-07-17 01:25:09 +02:00
parent 9bad9b53d8
commit 17a21d540b
20 changed files with 43 additions and 1 deletions

View File

@@ -238,6 +238,7 @@ def safe_text_dupfile(f, mode, default_encoding="UTF8"):
class EncodedFile(object):
errors = "strict" # possibly needed by py3 code (issue555)
def __init__(self, buffer, encoding):
self.buffer = buffer
self.encoding = encoding