Skip to content

Commit

Permalink
sorts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochman committed Apr 6, 2020
1 parent c63b05b commit da50c97
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import os

import pytest

from demisto_sdk.commands.common.git_tools import git_path
from demisto_sdk.commands.common.tools import get_json, get_yaml
from demisto_sdk.commands.generate_docs.generate_integration_doc import append_or_replace_command_in_docs

from demisto_sdk.commands.generate_docs.generate_integration_doc import \
append_or_replace_command_in_docs

FILES_PATH = os.path.normpath(os.path.join(__file__, git_path(), 'demisto_sdk', 'tests', 'test_files'))
FAKE_ID_SET = get_json(os.path.join(FILES_PATH, 'fake_id_set.json'))
Expand Down

0 comments on commit da50c97

Please sign in to comment.