Skip to content

Commit

Permalink
CLN: Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgilbert committed May 16, 2021
1 parent 34c16f0 commit 095d939
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/blp/blp.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,13 @@ def bdib(
"""
query = create_intraday_bar_query(
security, event_type, interval, start_datetime, end_datetime, overrides, options,
security,
event_type,
interval,
start_datetime,
end_datetime,
overrides,
options,
)
res = self.query(query, self.parser, self.collect_to_bdib)
dfs = []
Expand Down

0 comments on commit 095d939

Please sign in to comment.