Skip to content

Commit

Permalink
CM-30564-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
saramontif committed Jan 24, 2024
1 parent c9bd0d4 commit f2707ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions cycode/cyclient/scan_config_base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from abc import ABC, abstractmethod

from cycode.cli import consts


Expand Down
4 changes: 2 additions & 2 deletions tests/cyclient/test_scan_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
from cycode.cyclient.scan_client import ScanClient
from tests.conftest import ZIP_CONTENT_PATH
from tests.cyclient.mocked_responses.scan_client import (
get_scan_report_url,
get_scan_report_url_response,
get_zipped_file_scan_response,
get_zipped_file_scan_url,
get_scan_report_url_response,
get_scan_report_url,
)


Expand Down
2 changes: 1 addition & 1 deletion tests/test_code_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from cycode.cli.commands.scan.code_scanner import _try_get_report_url_if_needed
from cycode.cli.config import config
from cycode.cli.files_collector.excluder import _is_relevant_file_to_scan
from tests.conftest import TEST_FILES_PATH
from cycode.cyclient.scan_client import ScanClient
from tests.conftest import TEST_FILES_PATH
from tests.cyclient.mocked_responses.scan_client import get_scan_report_url, get_scan_report_url_response


Expand Down

0 comments on commit f2707ac

Please sign in to comment.