Skip to content

Commit

Permalink
Keep exteneded typings
Browse files Browse the repository at this point in the history
To be dealt with when dropping support for python 3.8 and 3.9
  • Loading branch information
Roman Cattaneo committed Dec 2, 2024
1 parent 0c598b9 commit 41127d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gt4py/eve/extended_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
Set as AbstractSet,
ValuesView as ValuesView,
)
from contextlib import (
AbstractAsyncContextManager as AsyncContextManager,
AbstractContextManager as ContextManager,
)
from re import Match as Match, Pattern as Pattern


Expand Down

0 comments on commit 41127d9

Please sign in to comment.