mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-14 13:15:00 +00:00
Lint
This commit is contained in:
parent
1a8cfd18ff
commit
4e680858ed
3 changed files with 3 additions and 5 deletions
|
@ -14,10 +14,6 @@ from typing import TYPE_CHECKING, Optional
|
|||
if TYPE_CHECKING:
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
from aiohttp import ClientResponse
|
||||
|
||||
from .errors import BaseHTTPError
|
||||
|
||||
|
||||
def human_readable_time_until(td: timedelta, /) -> str:
|
||||
seconds = int(td.total_seconds())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue