8000 gh-93096: fix `test_mimetypes.test_guess_type_conflicting_with_mimetypes` by picnixz · Pull Request #131408 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-93096: fix test_mimetypes.test_guess_type_conflicting_with_mimetypes #131408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 8, 2025
Prev Previous commit
Next Next commit
Update Lib/test/test_mimetypes.py
  • Loading branch information
picnixz authored Apr 8, 2025
commit b0c29fa202568887c05b1d7c243d3f0ae9b5513a
1 change: 0 additions & 1 deletion Lib/test/test_mimetypes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import contextlib
import io
import mimetypes
import os
Expand Down
0