Skip to content

Commit e5e3822

Browse files
author
dori
committed
fix security issue and reformat
1 parent e78d07c commit e5e3822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_as_a_judge/tool_description/local_storage_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from importlib.resources import files
88
except ImportError:
99
# Python < 3.9 fallback
10-
from importlib_resources import files # type: ignore[no-redef]
10+
from importlib_resources import files # type: ignore[import-not-found,no-redef]
1111

1212
from jinja2 import Environment, FileSystemLoader
1313

0 commit comments

Comments
 (0)