Skip to content

Commit e812f11

Browse files
committed
Fix a lint issue
1 parent f2e7542 commit e812f11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
keywords='vuforia fake client',
3333
package_dir={'': 'src'},
3434
include_package_data=True,
35-
package_data = {
36-
'vws': ['py.typed'],
37-
},
35+
package_data={'vws': ['py.typed']},
3836
install_requires=INSTALL_REQUIRES,
3937
extras_require={
4038
'dev': DEV_REQUIRES,

0 commit comments

Comments
 (0)