Skip to content

Commit

Permalink
feat: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner committed Jul 18, 2024
1 parent 2039f42 commit ee936b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datamaxi/datamaxi/funding_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from datamaxi.api import API
from datamaxi.lib.utils import check_required_parameter
from datamaxi.lib.utils import check_required_parameters
from datamaxi.datamaxi.utils import convert_data_to_data_frame


class FundingRate(API):
Expand Down

0 comments on commit ee936b8

Please sign in to comment.