removed useless import

This commit is contained in:
Karma Riuk
2025-03-14 09:55:11 +01:00
parent c035bfbe77
commit 8f4614f71a

View File

@ -3,7 +3,6 @@ from github.Commit import Commit
from github.PaginatedList import PaginatedList
from github.PullRequestComment import PullRequestComment
from tqdm import tqdm
import logging
def parse_date(date: str) -> datetime:
return datetime.strptime(date, "%Y-%m-%dT%H:%M:%SZ")