Skip to content

Commit 8c9c0d9

Browse files
committed
fixed unused imports again
1 parent 6e6d455 commit 8c9c0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/util/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from functools import wraps
22

3-
from flask import request, session
3+
from flask import session
44

55
from conditional.util.ldap import ldap_get_member, ldap_is_current_student
66

0 commit comments

Comments
 (0)