Skip to content

Commit 569f105

Browse files
committed
Fixing cleanup misses
1 parent 3e491bf commit 569f105

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

conditional/blueprints/dashboard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from conditional.util.housing import get_queue_position
1313
from conditional.util.ldap import ldap_get_active_members, ldap_is_bad_standing
1414
from conditional.util.ldap import ldap_is_active
15-
from conditional.util.ldap import ldap_is_current_student
1615
from conditional.util.ldap import ldap_is_intromember
1716
from conditional.util.ldap import ldap_is_onfloor
1817
from conditional.util.member import get_freshman_data, get_voting_members, get_cm, get_hm, req_cm

conditional/blueprints/member_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import structlog
77
from flask import Blueprint, request, jsonify, make_response
88

9-
from conditional import app, get_user, auth
9+
from conditional import app, get_user, auth, db, start_of_year
1010

1111
from conditional.models.models import FreshmanAccount
1212
from conditional.models.models import FreshmanEvalData

0 commit comments

Comments
 (0)