Skip to content
Prev Previous commit
Next Next commit
Fixing PEP8
  • Loading branch information
Neeratyoy committed Feb 23, 2020
commit 090270fbd0a449c4bfa27069cf8272f25081ed1a
1 change: 0 additions & 1 deletion openml/datasets/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import pandas as pd
import scipy.sparse
from warnings import warn
from distutils.version import LooseVersion

from openml.base import OpenMLBase
from .data_feature import OpenMLDataFeature
Expand Down
3 changes: 0 additions & 3 deletions tests/test_datasets/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
import pytest
from scipy import sparse

import unittest
from distutils.version import LooseVersion

import openml
from openml.testing import TestBase
from openml.exceptions import PyOpenMLError
Expand Down