Skip to content

Commit

Permalink
Automated formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 26, 2023
1 parent c5a3cc4 commit 2ca44df
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions tests/test_stock.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import datetime
import os
import pathlib
from finquant.portfolio import build_portfolio


import numpy as np
import pandas as pd
Expand Down Expand Up @@ -70,15 +68,7 @@ def test_Stock():
)





def hello_world(s: str) -> None:



def hello_world(s: str) -> None:
print("hi")



return None
return None

0 comments on commit 2ca44df

Please sign in to comment.