mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Run formatting tools
This commit is contained in:
parent
3efec53f51
commit
0bae009189
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue