Skip to content

Commit

Permalink
style: format code with Autopep8, Black, ClangFormat, dotnet-format, …
Browse files Browse the repository at this point in the history
…Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf

This commit fixes the style issues introduced in b591b1c according to the output
from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java
Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt,
Scalafmt, StandardJS, StandardRB, swift-format and Yapf.

Details: None
deepsource-autofix[bot] authored May 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b591b1c commit e6e6287
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions identity_verifier/setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup

setup(
name='identity-verifier',
version='0.1',
packages=['identity_verifier'],
name="identity-verifier",
version="0.1",
packages=["identity_verifier"],
install_requires=[
'numpy',
'opencv-python',
"numpy",
"opencv-python",
# Add other dependencies here
]
],
)

0 comments on commit e6e6287

Please sign in to comment.