Skip to content

Commit 3165a68

Browse files
fix-wip: again a small type hiunt fix for mypy
1 parent cb6d6ff commit 3165a68

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/gh/diffCheck/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"Programming Language :: Python :: 3.9",
2525
],
2626
include_package_data=True,
27-
# type: ignore[misc]
28-
package_data={
27+
package_data={ # type: ignore[misc]
2928
"diffCheck": ["diffCheck/dlls/*.dll", "*.pyd"]
3029
},
3130
)

0 commit comments

Comments
 (0)