mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 13:38:12 +02:00
removed outdated import
This commit is contained in:
@ -7,7 +7,7 @@ from github import Github
|
|||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
from dataset import Dataset, DatasetEntry, FileData, Metadata, Diff
|
from dataset import Dataset, DatasetEntry, FileData, Metadata
|
||||||
from handlers import CantExecJacoco, FailedToCompileError, FailedToTestError, FileNotCovered, GradleAggregateReportNotFound, NoCoverageReportFound, NoTestsFoundError, NoTestResultsToExtractError, get_build_handler
|
from handlers import CantExecJacoco, FailedToCompileError, FailedToTestError, FileNotCovered, GradleAggregateReportNotFound, NoCoverageReportFound, NoTestsFoundError, NoTestResultsToExtractError, get_build_handler
|
||||||
from utils import has_only_1_comment, move_github_logging_to_file, clone
|
from utils import has_only_1_comment, move_github_logging_to_file, clone
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user