Skip to content

Commit

Permalink
Fix Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Jan 7, 2024
1 parent a2f3cc7 commit 5f6b187
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/prices.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,6 @@ def test_prune_post_intraday_us(self):

# Setup
tkr = "AMZN"
interval_td = _dt.timedelta(hours=1)
time_open = _dt.time(9, 30)
time_close = _dt.time(16)
special_day = _dt.date(2023, 11, 24)
time_early_close = _dt.time(13)
dat = yf.Ticker(tkr, session=self.session)
Expand All @@ -430,9 +427,6 @@ def test_prune_post_intraday_us(self):
def test_prune_post_intraday_asx(self):
# Setup
tkr = "BHP.AX"
interval_td = _dt.timedelta(hours=1)
time_open = _dt.time(10)
time_close = _dt.time(16, 12)
# No early closes in 2023
dat = yf.Ticker(tkr, session=self.session)

Expand Down

0 comments on commit 5f6b187

Please sign in to comment.