Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Sanders committed Jun 21, 2023
1 parent 104431b commit 736d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_yahoofinancials.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Copyright (c) 2023 Connor Sanders <[email protected]>
# MIT License

from yahoofinancials import YahooFinancials as yf
from unittest import main as t_main, TestCase
from yahoofinancials import YahooFinancials as yf

# Test Configuration Variables
stocks = ['AAPL', 'MSFT', 'C', 'IL&FSTRANS.NS']
Expand Down

0 comments on commit 736d946

Please sign in to comment.