Skip to content

Commit

Permalink
fix import to yml unifier (demisto#22761)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaner authored Dec 8, 2022
1 parent 28cfc0a commit f66ceb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/common_server_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

# temp handling of unifier import
try:
from demisto_sdk.commands.unify.yml_unifier import YmlUnifier
except: # noqa
from demisto_sdk.commands.unify.integration_script_unifier import IntegrationScriptUnifier as YmlUnifier
except: # noqa
from demisto_sdk.commands.prepare_content.integration_script_unifier import IntegrationScriptUnifier as YmlUnifier

SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
CONTENT_DIR = os.path.abspath(SCRIPT_DIR + '/..')
Expand Down

0 comments on commit f66ceb8

Please sign in to comment.