Skip to content

Commit

Permalink
BUG: Fix black formatting (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgilbert authored Jan 7, 2024
1 parent 1449483 commit 2369b8e
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 @@ -861,7 +861,7 @@ def bql(
field id value DATE CURRENCY
0 px_last() AAPL US Equity 193.050003 2023-12-26T00:00:00Z USD
1 px_last() IBM US Equity 163.210007 2023-12-26T00:00:00Z USD
"""
""" # noqa: E501
query = create_bql_query(expression, overrides, options)

bql_parser = BlpParser(
Expand Down

0 comments on commit 2369b8e

Please sign in to comment.