Skip to content

Commit 879e553

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 04f998d commit 879e553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_programming/current_stock_price.py

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def stock_price(symbol: str = "AAPL") -> str:
3535
# Search for the symbol at https://finance.yahoo.com/lookup
3636
if __name__ == "__main__":
3737
from doctest import testmod
38+
3839
testmod()
3940

4041
for symbol in "AAPL AMZN IBM GOOG MSFT ORCL".split():

0 commit comments

Comments
 (0)