Skip to content

Commit 3ef5ac1

Browse files
authored
Update import current_stock_price.py
1 parent 10c24a1 commit 3ef5ac1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

web_programming/current_stock_price.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
# "httpx",
66
# ]
77
# ///
8-
9-
from doctest import testmod
10-
11-
from bs4 import BeautifulSoup
128
import requests
13-
9+
from bs4 import BeautifulSoup
10+
from doctest import testmod
1411
"""
1512
Get the HTML code of finance yahoo and select the current qsp-price
1613
Current AAPL stock price is 228.43

0 commit comments

Comments
 (0)