Skip to content

Commit

Permalink
chore: remove redundant import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Jan 26, 2025
1 parent b381247 commit ea18fb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/promplate/prompt/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ async def afetch(cls, url: str, **kwargs):

class SafeChainMapContext(ChainMap, dict):
if TYPE_CHECKING: # fix type from `collections.ChainMap`
from sys import version_info

if version_info >= (3, 11):
from typing_extensions import Self
else:
Expand Down

0 comments on commit ea18fb3

Please sign in to comment.