Skip to content

Commit b4b33aa

Browse files
Update BookShelfScrape.py
1 parent 292b6ef commit b4b33aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BookShelfScrape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! Python
22
# Goes to bookshelf and downloads blue box questions from the CFA textbooks
33

4-
import requests, json, re, pandas, os
4+
import requests, json, re, os
55
from bs4 import BeautifulSoup
66
from docx import Document
77

0 commit comments

Comments
 (0)