Skip to content

Commit

Permalink
chore: actually run formatter this time
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Oct 12, 2024
1 parent d6e30eb commit 6896813
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test_multipart.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
import yaml

from python_multipart.decoders import Base64Decoder, QuotedPrintableDecoder
from python_multipart.exceptions import DecodeError, FileError, FormParserError, MultipartParseError, QuerystringParseError
from python_multipart.exceptions import (
DecodeError,
FileError,
FormParserError,
MultipartParseError,
QuerystringParseError,
)
from python_multipart.multipart import (
BaseParser,
Field,
Expand Down

0 comments on commit 6896813

Please sign in to comment.