replace Tuple with tuple

This commit is contained in:
Michael Poluektov
2024-08-14 13:58:37 +01:00
parent a518d50477
commit 0470146d7b
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ import asyncio
import logging
import time
from urllib.parse import urlparse
from typing import Optional, List, Union
from typing import Optional, Union
from starlette.background import BackgroundTask