Skip to content

Commit 90a7297

Browse files
committed
format: Minor formatting changes
1 parent 984f23f commit 90a7297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multipart.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
__author__ = "Marcel Hellkamp"
15-
__version__ = '1.4.0-dev'
15+
__version__ = "1.4.0-dev"
1616
__license__ = "MIT"
1717
__all__ = [
1818
"MultipartError",
@@ -392,7 +392,7 @@ def __enter__(self):
392392
return self
393393

394394
def __exit__(self, exc_type, exc_val, exc_tb):
395-
""" Close the parser. If the call was caused by an exception, the final
395+
"""Close the parser. If the call was caused by an exception, the final
396396
check for a complete multipart stream is skipped to avoid another
397397
exception.
398398
"""

0 commit comments

Comments
 (0)