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

@ -9,8 +9,7 @@ from datetime import datetime
from enum import Enum
from pathlib import Path, PurePath
# TODO In Python 3.9 and above, AsyncContextManager is deprecated
from typing import (AsyncContextManager, AsyncIterator, BinaryIO, Iterator,
Optional)
from typing import AsyncContextManager, AsyncIterator, BinaryIO, Iterator, Optional
from rich.markup import escape