Skip to content

Commit 89870d9

Browse files
committed
Favor library's deprecated decorator
1 parent 3cefa8e commit 89870d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

harp/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Protocol, Union)
1111

1212
import requests
13-
from deprecated import deprecated
13+
from harp import deprecated
1414
from numpy import dtype
1515
from pandas import DataFrame, Series
1616
from pandas._typing import Axes

0 commit comments

Comments
 (0)