Skip to content

Commit

Permalink
chore(setup.py): apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Nov 15, 2022
1 parent 5b47fc8 commit 2ba6050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from catkin_pkg.python_setup import generate_distutils_setup

d = generate_distutils_setup(
packages=['hmi_picovoice'],
package_dir={'': 'src'},
packages=["hmi_picovoice"],
package_dir={"": "src"},
)

setup(**d)

0 comments on commit 2ba6050

Please sign in to comment.