Skip to content

Commit

Permalink
Format cnn.py with Black
Browse files Browse the repository at this point in the history
This is a follow-up of 961d524.
  • Loading branch information
vterron committed Mar 23, 2021
1 parent 9eea250 commit a836c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fear_and_greed/cnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _parse_date(d: str) -> datetime.datetime:
return date


def get(fetcher : Fetcher = None) -> FearGreedIndex:
def get(fetcher: Fetcher = None) -> FearGreedIndex:
"""Returns CNN's Fear & Greed Index."""

if fetcher is None:
Expand Down

0 comments on commit a836c15

Please sign in to comment.