Skip to content

Commit

Permalink
Update _python_multipart_loader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Oct 20, 2024
1 parent 6896813 commit f02c683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _python_multipart_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def find_spec(
if multipart := importlib.util.find_spec("multipart"):
return multipart

warnings.warn("Please use `import python_multipart` instead", FutureWarning, stacklevel=2)
warnings.warn("Please use `import python_multipart` instead.", FutureWarning, stacklevel=2)
sys.modules["multipart"] = importlib.import_module("python_multipart")
return importlib.util.find_spec("python_multipart")
finally:
Expand Down

0 comments on commit f02c683

Please sign in to comment.