Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: make lint
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
joseph-sentry committed Jan 25, 2024
1 parent 098683a commit 255b211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/services/upload/test_upload_collector.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from pathlib import Path
from unittest.mock import patch

from codecov_cli.services.upload.upload_collector import UploadCollector
from codecov_cli.helpers.versioning_systems import GitVersioningSystem
from codecov_cli.services.upload.file_finder import FileFinder
from codecov_cli.services.upload.network_finder import NetworkFinder
from codecov_cli.helpers.versioning_systems import GitVersioningSystem
from codecov_cli.services.upload.upload_collector import UploadCollector
from codecov_cli.types import UploadCollectionResultFile


0 comments on commit 255b211

Please sign in to comment.