Skip to content

Commit 39b9d4c

Browse files
Remove unused import statement and merge master
1 parent 761aed6 commit 39b9d4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/python/wlsdeploy/tool/util/target_helper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
import copy
77

8-
import java.lang.Boolean as Boolean
9-
108
import oracle.weblogic.deploy.util.PyOrderedDict as OrderedDict
119
import wlsdeploy.util.dictionary_utils as dictionary_utils
1210

@@ -18,7 +16,6 @@
1816
from wlsdeploy.aliases.model_constants import MODEL_LIST_DELIMITER
1917
from wlsdeploy.aliases.model_constants import SERVER
2018
from wlsdeploy.aliases.model_constants import SERVER_GROUP_TARGETING_LIMITS
21-
from wlsdeploy.exception import exception_helper
2219
from wlsdeploy.tool.util.alias_helper import AliasHelper
2320
from wlsdeploy.tool.util.wlst_helper import WlstHelper
2421
from wlsdeploy.util import string_utils

0 commit comments

Comments
 (0)