mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Fix flake8 W291 trailing whitespace
This commit is contained in:
parent
90602bf154
commit
181675722d
9 changed files with 36 additions and 36 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue