Skip to content

Commit b1a3cf0

Browse files
authored
Unused Import Fix (#359)
1 parent bf87941 commit b1a3cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker_xgboost_container/encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import logging
2020
import os
2121
import tempfile
22-
from typing import Iterable, Union
22+
from typing import Union
2323

2424
import mlio
2525
import numpy as np

0 commit comments

Comments
 (0)