Skip to content

Commit 6c59c9f

Browse files
committed
Removed unused imports to fix PR CI/CD errors
1 parent 9e9ad61 commit 6c59c9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

monai/deploy/operators/publisher_operator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
import shutil
1312
from os import makedirs, path
1413
from pathlib import Path
1514
from shutil import copy
1615

1716
import monai.deploy.core as md
18-
from monai.deploy.core import DataPath, ExecutionContext, Image, InputContext, IOType, Operator, OutputContext
17+
from monai.deploy.core import DataPath, ExecutionContext, InputContext, IOType, Operator, OutputContext
1918

2019

2120
@md.input("saved_images_folder", DataPath, IOType.DISK)

0 commit comments

Comments
 (0)