Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Feb 6, 2024
1 parent 7e1accf commit 1712559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellfinder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# If Keras is not present with a backend, tools cannot be used.
# Throw an error in this case to prevent invocation of functions.
try:
KERAS_VERSION = version("keras") # replace by keras?
KERAS_VERSION = version("keras")
except PackageNotFoundError as e:
raise PackageNotFoundError(
f"cellfinder tools cannot be invoked without Keras. "
Expand Down

0 comments on commit 1712559

Please sign in to comment.