Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 90a6f0ee authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Add a missing 'type: ignore' comment.

parent 57419237
No related branches found
No related tags found
1 merge request!23Release version 2.0
Pipeline #751213 waiting for manual action
......@@ -41,7 +41,7 @@ from declearn.test_utils import run_as_processes
# pylint: disable=ungrouped-imports
FRAMEWORKS = ["Sksgd", "Tflow", "Torch"]
try:
import tensorflow as tf
import tensorflow as tf # type: ignore
except ModuleNotFoundError:
FRAMEWORKS.remove("Tflow")
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment