Skip to content

Commit 0d0fc56

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

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]}, # type: ignore[arg-type]
149+
package_data={"monai": ["py.typed", *jit_extension_source]}, # type: ignore
150150
ext_modules=get_extensions(),
151151
)

0 commit comments

Comments
 (0)