Skip to content

Commit

Permalink
ran isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhausen committed Jul 31, 2024
1 parent 9048c84 commit f6bfb35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions treeple/stats/tests/test_forestht.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import os
import importlib
import os

import numpy as np
import pytest
from flaky import flaky
from numpy.testing import assert_almost_equal, assert_array_equal
from sklearn import datasets

from treeple import HonestForestClassifier, RandomForestClassifier
import treeple.stats.utils as utils
import treeple.stats as stats
import treeple.stats.utils as utils
from treeple import HonestForestClassifier, RandomForestClassifier
from treeple.stats import (
PermutationHonestForestClassifier,
build_coleman_forest,
Expand Down
2 changes: 1 addition & 1 deletion treeple/stats/tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
import importlib
import os

import numpy as np
import pytest
Expand Down

0 comments on commit f6bfb35

Please sign in to comment.