Skip to content

Commit 9f4691d

Browse files
committed
remove comment
1 parent f07aeb8 commit 9f4691d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cellfinder/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If Keras is not present with a backend, tools cannot be used.
99
# Throw an error in this case to prevent invocation of functions.
1010
try:
11-
KERAS_VERSION = version("keras") # replace by keras?
11+
KERAS_VERSION = version("keras")
1212
except PackageNotFoundError as e:
1313
raise PackageNotFoundError(
1414
f"cellfinder tools cannot be invoked without Keras. "

0 commit comments

Comments
 (0)