Skip to content

Commit

Permalink
⬆️ Import Self from typing_extensions for improved type hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
liudger committed Oct 29, 2024
1 parent 8389752 commit f9767c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bsblan/bsblan.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from aiohttp.hdrs import METH_POST
from aiohttp.helpers import BasicAuth
from packaging import version as pkg_version
from typing_extensions import Self
from yarl import URL

from .constants import (
Expand All @@ -38,6 +37,7 @@

if TYPE_CHECKING:
from aiohttp.client import ClientSession
from typing_extensions import Self

logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit f9767c8

Please sign in to comment.