mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Clean up TODOs
This commit is contained in:
parent
ecdedfa1cf
commit
7e0bb06259
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ import re
|
|||
from dataclasses import dataclass
|
||||
from datetime import date, datetime, timedelta
|
||||
from enum import Enum
|
||||
# TODO In Python 3.9 and above, AsyncContextManager is deprecated
|
||||
from typing import List, Optional, Union
|
||||
from urllib.parse import urljoin, urlparse
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import asyncio
|
|||
import sys
|
||||
import traceback
|
||||
from contextlib import asynccontextmanager, contextmanager
|
||||
# TODO In Python 3.9 and above, ContextManager and AsyncContextManager are deprecated
|
||||
# TODO In Python 3.9 and above, ContextManager is deprecated
|
||||
from typing import AsyncIterator, ContextManager, Iterator, List, Optional
|
||||
|
||||
from rich.console import Console, RenderGroup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue