Skip to content

Commit

Permalink
Fix for black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgilbert committed Jul 14, 2024
1 parent b14d8a7 commit e037555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blp/blp.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ def bql(

list_of_dfs = self.query(query, bql_parser, self.collect_to_bql)

return list_of_dfs # type:ignore
return list_of_dfs # type:ignore

def collect_to_bql(self, responses: Iterable) -> List[pandas.DataFrame]:
"""Collector for bql()."""
Expand Down

0 comments on commit e037555

Please sign in to comment.