We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9433f4b commit 0fb59a9Copy full SHA for 0fb59a9
tests/test_file.py
@@ -3,7 +3,7 @@
3
from python_multipart.multipart import File
4
5
6
-def test_upload_dir_with_leading_slash_in_filename(tmp_path: Path):
+def test_upload_dir_with_leading_slash_in_filename(tmp_path: Path) -> None:
7
upload_dir = tmp_path / "upload"
8
upload_dir.mkdir()
9
0 commit comments