Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone authored Oct 25, 2023
1 parent b872f46 commit 85d8787
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openbb_terminal/econometrics/econometrics_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,9 @@ def call_export(self, other_args: List[str]):
os.path.dirname(os.path.abspath(__file__)),
ns_parser.name,
self.datasets[ns_parser.name],
sheet_name=" ".join(ns_parser.sheet_name) if ns_parser.sheet_name else None,
sheet_name=" ".join(ns_parser.sheet_name)
if ns_parser.sheet_name
else None,
)

console.print()
Expand Down

0 comments on commit 85d8787

Please sign in to comment.