Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 committed Apr 24, 2024
1 parent 24f5e32 commit 4912a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/data/models/reporting/pandas_reporter.py
Expand Up @@ -74,7 +74,7 @@ def fetch_data(
self.data[f"source_{source.id}"] = source

if droplevels:
bdf = bdf.droplevel([1,2,3])
bdf = bdf.droplevel([1, 2, 3])

# store BeliefsDataFrame as local variable
self.data[name] = bdf
Expand Down

0 comments on commit 4912a64

Please sign in to comment.