removed unused import

This commit is contained in:
Karma Riuk
2025-03-20 11:02:40 +01:00
parent cd24068d50
commit de556e816f

View File

@ -8,7 +8,7 @@ from tqdm import tqdm
from datetime import datetime
from dataset import Dataset, DatasetEntry, FileData, Metadata
from handlers import FileNotCovered, HandlerException, get_build_handler
from handlers import HandlerException, get_build_handler
from utils import has_only_1_comment, move_github_logging_to_file, clone