Skip to content

Commit

Permalink
correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Sep 19, 2024
1 parent 1526431 commit 7f16b87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/treq/_multipart.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@


import re
from io import BytesIO, IO
from io import BytesIO
from typing import IO
from tempfile import TemporaryFile
from urllib.parse import parse_qs
from wsgiref.headers import Headers
Expand Down

0 comments on commit 7f16b87

Please sign in to comment.