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 a6f7341 commit e95f839Copy full SHA for e95f839
src/py/reactpy/reactpy/backend/__init__.py
@@ -1,7 +1,7 @@
1
import mimetypes
2
3
# Fix for issue where Windows registry gets corrupt and mime types go missing
4
-if not mimetypes.inited: # pragma: no cover
+if not mimetypes.inited:
5
mimetypes.init()
6
MIME_TYPES = {
7
".js": "application/javascript",
0 commit comments