Skip to content

Commit 10c24a1

Browse files
authored
fix current_stock_price.py
1 parent 9945b8d commit 10c24a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_programming/current_stock_price.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88

99
from doctest import testmod
1010

11-
import requests
1211
from bs4 import BeautifulSoup
13-
12+
import requests
1413

1514
"""
1615
Get the HTML code of finance yahoo and select the current qsp-price

0 commit comments

Comments
 (0)