From 736d946a9c43925e2bf1d10ed674795a02f5763e Mon Sep 17 00:00:00 2001 From: Connor Sanders Date: Wed, 21 Jun 2023 02:29:44 -0500 Subject: [PATCH] cleanup --- test/test_yahoofinancials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_yahoofinancials.py b/test/test_yahoofinancials.py index 99952ba..56d195f 100644 --- a/test/test_yahoofinancials.py +++ b/test/test_yahoofinancials.py @@ -5,8 +5,8 @@ # Copyright (c) 2023 Connor Sanders # 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']