Skip to content

Commit f61b5eb

Browse files
committed
Cleanup
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
1 parent e733458 commit f61b5eb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import shutil
3434
from pathlib import Path
3535
import pytest
36-
# import openml_sklearn
36+
import openml_sklearn
3737

3838
import openml
3939
from openml.testing import TestBase

tests/test_study/test_study_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from __future__ import annotations
33

44
import pytest
5-
# import unittest
65

76
import openml
87
import openml.study

0 commit comments

Comments
 (0)