Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Automated YAPF Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 30, 2023
1 parent 82c5bcd commit 92a21ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions algorithms/price.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import plots.colors as colors

class Algorithm:

def __init__(self) -> None:
pass

def plot(self, prices, timestamps):
plt.plot(timestamps, prices, color=colors.primary())

0 comments on commit 92a21ce

Please sign in to comment.