Skip to content

Commit 0fb59a9

Browse files
authored
chore: add return type on test (#221)
1 parent 9433f4b commit 0fb59a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from python_multipart.multipart import File
44

55

6-
def test_upload_dir_with_leading_slash_in_filename(tmp_path: Path):
6+
def test_upload_dir_with_leading_slash_in_filename(tmp_path: Path) -> None:
77
upload_dir = tmp_path / "upload"
88
upload_dir.mkdir()
99

0 commit comments

Comments
 (0)