Skip to content

Commit

Permalink
[ci][python] apply isort to tests/python_package_test/test_dual.py #3958
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxue authored Feb 15, 2021
1 parent 8d5c034 commit 219f613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/python_package_test/test_dual.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"""Tests for dual GPU+CPU support."""

import os
import pytest

import lightgbm as lgb
import numpy as np

import pytest
from sklearn.metrics import log_loss

import lightgbm as lgb

from .utils import load_breast_cancer


Expand Down

0 comments on commit 219f613

Please sign in to comment.