Skip to content

Commit

Permalink
Run pre commit on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Trudeau committed Dec 3, 2024
1 parent d67f02e commit 6cb85d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions precog/utils/cm_data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pandas as pd
from datetime import date, datetime
from typing import Optional, Union
from datetime import datetime, date

import pandas as pd
from coinmetrics.api_client import CoinMetricsClient


Expand Down Expand Up @@ -124,7 +125,7 @@ def get_market_open_interest(
Possible markets can be obtained from the get_open_interest_catalog() method
Args:
markets (list): List of derivatives markets to get the Open Interest for.
markets (list): List of derivatives markets to get the Open Interest for.
Note there is a character limit to the query, so may need to be done in chunks for a long list
Returns:
Expand Down

0 comments on commit 6cb85d3

Please sign in to comment.