Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maurapintor committed Feb 20, 2024
1 parent a5fe4da commit c10fceb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
name="secml2",
version="1.0.0",
description="SecML 2.0 Library",
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
classifiers=[_f for _f in CLASSIFIERS.split("\n") if _f],
long_description=long_description,
long_description_context_type="text/markdown",
package_dir={"": "src"},
packages=find_packages(where="src",
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
packages=find_packages(
where="src", exclude=["*.tests", "*.tests.*", "tests.*", "tests"]
),
include_package_data=True,
url="",
license="MIT",
Expand Down
1 change: 0 additions & 1 deletion src/secml2/adv/evasion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

try:
import foolbox
except ImportError:
Expand Down

0 comments on commit c10fceb

Please sign in to comment.