Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RektPunk committed Dec 15, 2024
1 parent eb256bc commit e9101a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/python_package_test/test_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
import pytest
from scipy.sparse import csr_matrix, isspmatrix_csc, isspmatrix_csr
from sklearn.datasets import (
load_svmlight_file,
make_blobs,
make_classification,
make_multilabel_classification,
load_svmlight_file,
make_blobs,
make_classification,
make_multilabel_classification,
make_regression,
)
from sklearn.metrics import average_precision_score, log_loss, mean_absolute_error, mean_squared_error, roc_auc_score
Expand Down

0 comments on commit e9101a1

Please sign in to comment.