Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Jul 10, 2024
1 parent 43b79ed commit c95fbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch/orderbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _query_both_dbs(
barn = cls._read_query_for_env(query_barn, OrderbookEnv.BARN, data_types)
prod = cls._read_query_for_env(query_prod, OrderbookEnv.PROD, data_types)
return barn, prod

@classmethod
def get_latest_block(cls) -> int:
"""
Expand Down

0 comments on commit c95fbbc

Please sign in to comment.