Skip to content

Commit

Permalink
Fixed import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-yousef committed Apr 2, 2024
1 parent 879d4d5 commit ccd9bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demisto_sdk/commands/validate/tests/IM_validators_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pytest
from pytest_mock import MockerFixture

from demisto_sdk.commands.common.constants import DEFAULT_IMAGE
from demisto_sdk.commands.content_graph.parsers.related_files import (
ImageRelatedFile,
)
Expand All @@ -20,7 +21,6 @@
from demisto_sdk.commands.validate.validators.IM_validators.IM109_author_image_exists_validation import (
AuthorImageExistsValidator,
)
from demisto_sdk.tests.constants_test import DEFAULT_IMAGE


def test_ImageExistsValidator_is_valid_image_path():
Expand Down

0 comments on commit ccd9bbf

Please sign in to comment.