Skip to content

Commit

Permalink
fixup: Format Python code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 20, 2022
1 parent a9fc1df commit 602ff21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -7,5 +7,6 @@
import setuptools

setuptools.setup(
package_dir={"": "src"}, packages=setuptools.find_packages(where="src"),
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
)

0 comments on commit 602ff21

Please sign in to comment.