Skip to content

Commit e95f839

Browse files
committed
try to remove one pragma
1 parent a6f7341 commit e95f839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/reactpy/reactpy/backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import mimetypes
22

33
# Fix for issue where Windows registry gets corrupt and mime types go missing
4-
if not mimetypes.inited: # pragma: no cover
4+
if not mimetypes.inited:
55
mimetypes.init()
66
MIME_TYPES = {
77
".js": "application/javascript",

0 commit comments

Comments
 (0)