Skip to content

Commit 61164f8

Browse files
committed
formatted files
1 parent ef9a614 commit 61164f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scrape.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
def scrape(
1313
include_ratings: bool = False, all_colleges: bool = False
1414
) -> dict[str, dict[str, Any]]:
15-
1615
session = Session()
17-
session.cookies.set("shib_idp_session", config.shib_idp_session_cookie) # type: ignore
16+
session.cookies.set("shib_idp_session", config.shib_idp_session_cookie) # type: ignore
1817

1918
data: dict[str, dict[str, Any]] = {}
2019

0 commit comments

Comments
 (0)