Skip to content

Commit

Permalink
Use typing extensions for backporting
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Oct 14, 2023
1 parent 8cf9db3 commit 9cf3db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/migrations-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
from functools import wraps
from pathlib import Path
from types import TracebackType
from typing import Optional, Self, TypeVar
from typing import Optional, TypeVar

import asyncpg
import click
from dotenv import load_dotenv
from typing_extensions import Self

load_dotenv()

Expand Down

0 comments on commit 9cf3db6

Please sign in to comment.