Skip to content

Commit

Permalink
refactor: fix linting error;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 31, 2024
1 parent 4cdea39 commit e38d32e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tsdb/loading_funcs/ucr_uea_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
import numpy as np
from sklearn.utils.estimator_checks import _NotAnArray as NotAnArray

try:
from scipy.io import arff

HAS_ARFF = True
except Exception:
HAS_ARFF = False


def load_ucr_uea_dataset(local_path, dataset_name):
try:
Expand Down

0 comments on commit e38d32e

Please sign in to comment.