Skip to content

Commit d61ff4a

Browse files
CPBridgeChris Bridge
authored andcommitted
Fix unused imports
Signed-off-by: Chris Bridge <chrisbridge44@googlemail.com> Signed-off-by: Chris Bridge <cbridge@partners.org>
1 parent 4bf762b commit d61ff4a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

monai/deploy/operators/dicom_seg_writer_operator.py

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

12-
import copy
13-
import datetime
14-
import json
15-
import logging
1612
import os
1713
from pathlib import Path
1814
from random import randint
19-
from typing import List, Optional, Union
15+
from typing import List, Union
2016

2117
import numpy as np
2218

0 commit comments

Comments
 (0)