Skip to content

Commit

Permalink
Favor library's deprecated decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Dec 13, 2024
1 parent 3cefa8e commit 89870d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harp/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Protocol, Union)

import requests
from deprecated import deprecated
from harp import deprecated
from numpy import dtype
from pandas import DataFrame, Series
from pandas._typing import Axes
Expand Down

0 comments on commit 89870d9

Please sign in to comment.