Skip to content

Commit

Permalink
Add back TypeIs import
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Nov 27, 2024
1 parent 89959bc commit 12d5d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/icalendar/icalendar/tools.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import datetime
from typing import Final
from typing_extensions import TypeGuard
from typing_extensions import TypeGuard, TypeIs

from pytz.tzinfo import BaseTzInfo

Expand Down

0 comments on commit 12d5d66

Please sign in to comment.