File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222from typing import TYPE_CHECKING , Any , Protocol
2323
2424try :
25- from typing import deprecated # Python 3.13+
25+ from warnings import deprecated # Python 3.13+
2626except ImportError :
2727 from typing_extensions import deprecated # Python 3.12
2828
Original file line number Diff line number Diff line change 3434)
3535
3636try :
37- from typing import deprecated # Python 3.13+
37+ from warnings import deprecated # Python 3.13+
3838except ImportError :
3939 from typing_extensions import deprecated # Python 3.12
4040
Original file line number Diff line number Diff line change 2727import pyarrow as pa
2828
2929try :
30- from typing import deprecated # Python 3.13+
30+ from warnings import deprecated # Python 3.13+
3131except ImportError :
3232 from typing_extensions import deprecated # Python 3.12
3333
Original file line number Diff line number Diff line change 2727from typing import TYPE_CHECKING
2828
2929try :
30- from typing import deprecated # Python 3.13+
30+ from warnings import deprecated # Python 3.13+
3131except ImportError :
3232 from typing_extensions import deprecated # Python 3.12
3333
You can’t perform that action at this time.
0 commit comments