Skip to content

Commit

Permalink
fix: remove additional premium param
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner committed Jul 26, 2024
1 parent 641e9aa commit b2466af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamaxi/datamaxi/premium.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get(
else:
return res

def exchanges(self, exchange: str) -> List[str]:
def exchanges(self) -> List[str]:
"""Fetch supported exchanges accepted by
[datamaxi.Premium.get](./#datamaxi.datamaxi.Premium.get)
API.
Expand Down

0 comments on commit b2466af

Please sign in to comment.