Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 8, 2024
1 parent 8de63bd commit 860942c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cellfinder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
BACKEND_VERSION = version(backend)
except PackageNotFoundError as e:
raise PackageNotFoundError(
f"{backend} set as Keras backend "
f"but not installed"
f"{backend} set as Keras backend " f"but not installed"
) from e
else:
raise PackageNotFoundError(
Expand Down

0 comments on commit 860942c

Please sign in to comment.