Skip to content

Commit 0f09dc9

Browse files
Copilotpaulbkoch
andcommitted
Remove unused typify_classification import from test file
Co-authored-by: paulbkoch <46825734+paulbkoch@users.noreply.github.com>
1 parent e0884f8 commit 0f09dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/interpret-core/tests/utils/test_clean_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Distributed under the MIT software license
33

44
import numpy as np
5-
from interpret.utils._clean_simple import clean_dimensions, typify_classification
5+
from interpret.utils._clean_simple import clean_dimensions
66

77

88
def test_clean_dimensions_2d():

0 commit comments

Comments
 (0)