Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
northern-64bit committed Feb 25, 2023
1 parent 21a7777 commit 2f8f52e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions openbb_terminal/stocks/options/options_sdk_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,9 @@ def get_greeks(
"Phi",
"Charm",
"Vanna",
"Vomma"
"Vomma",
]
columns = (
chain_columns + greek_columns
)
columns = chain_columns + greek_columns

df = pd.DataFrame(strikes, columns=columns)

Expand Down

0 comments on commit 2f8f52e

Please sign in to comment.