Skip to content

Commit

Permalink
Merge branch 'validate_against_release_branch' of github.com:demisto/…
Browse files Browse the repository at this point in the history
…demisto-sdk into validate_against_release_branch

pull from master
  • Loading branch information
gal-berger committed Apr 12, 2020
2 parents 2b21af5 + 4eaf953 commit fed453e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demisto_sdk/commands/validate/tests/validators_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from typing import Any, Type

import pytest
from mock import patch

from demisto_sdk.commands.common.constants import DIR_LIST
from demisto_sdk.commands.common.hook_validations.base_validator import \
BaseValidator
Expand Down Expand Up @@ -51,6 +49,7 @@
VALID_ONE_LINE_LIST_CHANGELOG_PATH, VALID_PLAYBOOK_CONDITION,
VALID_REPUTATION_PATH, VALID_SCRIPT_PATH, VALID_TEST_PLAYBOOK_PATH,
VALID_WIDGET_PATH, WIDGET_TARGET)
from mock import patch


class TestValidators:
Expand Down

0 comments on commit fed453e

Please sign in to comment.