Skip to content

Commit 9311329

Browse files
committed
# type: ignore[arg-type]
Signed-off-by: jirka <[email protected]>
1 parent cddc2a8 commit 9311329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ def get_cmds():
146146
cmdclass=get_cmds(),
147147
packages=find_packages(exclude=("docs", "examples", "tests")),
148148
zip_safe=False,
149-
package_data={"monai": ["py.typed", *jit_extension_source]},
149+
package_data={"monai": ["py.typed", *jit_extension_source]}, # type: ignore[arg-type]
150150
ext_modules=get_extensions(),
151151
)

0 commit comments

Comments
 (0)