Mentions légales du service

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

Add some missing 'type: ignore' comments.

parent b3b75a7a
No related branches found
No related tags found
1 merge request!23Release version 2.0
......@@ -9,9 +9,9 @@ from typing import Dict, Iterator, List, Union
from unittest import mock
import numpy as np
import pandas as pd
import pandas as pd # type: ignore
import pytest
from sklearn.linear_model import SGDClassifier
from sklearn.linear_model import SGDClassifier # type: ignore
from declearn.main.utils import Checkpointer
from declearn.model.api import Model
......
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