Skip to content

Commit 30ecc6b

Browse files
committed
Favor stdlib decorator
1 parent 59258e7 commit 30ecc6b

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

harp/_helpers.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

harp/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from typing import Callable, Iterable, Mapping, Optional, Protocol, Union
1010

1111
import requests
12-
from harp._helpers import deprecated
12+
from typing_extensions import deprecated
1313
from numpy import dtype
1414
from pandas import DataFrame, Series
1515
from pandas._typing import Axes

0 commit comments

Comments
 (0)