Skip to content

Commit 9b596d4

Browse files
authored
Update src/pendulum/interval.py
1 parent 7b202d1 commit 9b596d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pendulum/interval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from datetime import date
77
from datetime import datetime
88
from datetime import timedelta
9-
from typing import TYPE_CHECKING, Any, Union, cast, overload
9+
from typing import TYPE_CHECKING, Any, Generic, TypeVar, cast, overload
1010

1111
import pendulum
1212

0 commit comments

Comments
 (0)