Fix flake8 W291 trailing whitespace

This commit is contained in:
Labrys of Knossos 2019-04-07 13:23:24 -04:00
commit 181675722d
9 changed files with 36 additions and 36 deletions

View file

@ -36,7 +36,7 @@ class MultiPartForm(object):
# Build a list of lists, each containing "lines" of the
# request. Each part is separated by a boundary string.
# Once the list is built, return a string where each
# line is separated by '\r\n'.
# line is separated by '\r\n'.
parts = []
part_boundary = '--' + self.boundary