Skip to content

Commit d070819

Browse files
committed
fixed mypy errors
1 parent 7c32a9d commit d070819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import config
77
import totp
88

9-
def login_with_drexel_connect(session: Session):
9+
def login_with_drexel_connect(session: Session) -> Session:
1010
response = session.get(config.drexel_connect_base_url)
1111
soup = BeautifulSoup(response.text, "html.parser")
1212

0 commit comments

Comments
 (0)