Skip to content

Commit

Permalink
pydocstyle on this file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek committed Nov 18, 2022
1 parent 51e1473 commit 285314f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbb_terminal/economy/nasdaq_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def get_country_codes() -> List[str]:
@log_start_end(log=logger)
@check_api_key(["API_KEY_QUANDL"])
def get_big_mac_index(country_code: str = "USA") -> pd.DataFrame:
"""Gets the Big Mac index calculated by the Economist
"""Get the Big Mac index calculated by the Economist
Parameters
----------
Expand Down

0 comments on commit 285314f

Please sign in to comment.