Skip to content

Commit 21381f3

Browse files
authored
Update current_stock_price.py
1 parent 3eed96c commit 21381f3

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
@@ -1,7 +1,6 @@
1+
from doctest import testmod
12
import requests
2-
33
from bs4 import BeautifulSoup
4-
from doctest import testmod
54

65
"""
76
Get the HTML code of finance yahoo and select the current qsp-price

0 commit comments

Comments
 (0)