mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 06:46:14 +00:00
Fix python-multipart import deprecation warning
Use `python_multipart` import name instead of deprecated `multipart`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import json
|
||||
from urllib.parse import urlencode
|
||||
|
||||
import yaml
|
||||
from multipart import MultipartParser
|
||||
from python_multipart import MultipartParser
|
||||
|
||||
from .models import QueryDict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user