Skip to content

Commit

Permalink
fixed sorting stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochman committed Apr 12, 2020
1 parent f75f846 commit 90096c3
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 90096c3

Please sign in to comment.