Skip to content

Commit ad90c56

Browse files
Fixed imports
1 parent 787b329 commit ad90c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/utils/pyml2ds/pyml2ds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
except ImportError:
2121
lightgbm = None
2222

23-
from .connectors import XgbParser, LightgbmParser, PmmlParser, ForestParser
23+
from .connectors import XgbParser, LightgbmParser, PmmlParser
2424

2525

2626
def _check_type(model):

0 commit comments

Comments
 (0)