Run formatting tools

This commit is contained in:
Joscha
2021-05-16 14:32:53 +02:00
parent 3efec53f51
commit 0bae009189
4 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,7 @@ from contextlib import asynccontextmanager
from datetime import datetime
from pathlib import Path, PurePath
# TODO In Python 3.9 and above, AsyncContextManager is deprecated
from typing import (Any, AsyncContextManager, AsyncIterator, Awaitable,
Callable, Dict, Optional, TypeVar)
from typing import Any, AsyncContextManager, AsyncIterator, Awaitable, Callable, Dict, Optional, TypeVar
import aiohttp
from rich.markup import escape