Skip to content

Commit e32a904

Browse files
committed
Fixing pylint
1 parent 6c94112 commit e32a904

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

packet/routes/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from packet import app, db
1010
from packet.context_processors import get_rit_name
11-
from packet.commands import packet_start_time, packet_end_time, CSVFreshman
11+
from packet.commands import packet_start_time, packet_end_time
1212
from packet.ldap import ldap_get_eboard_role, ldap_get_active_rtps, ldap_get_3das, ldap_get_webmasters, \
1313
ldap_get_drink_admins, ldap_get_constitutional_maintainers, ldap_is_intromember, ldap_get_active_members, \
1414
ldap_is_on_coop, _ldap_is_member_of_group, ldap_get_member

packet/templates/admin_freshmen.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ <h4 class="page-title">All Freshmen</h4>
2323

2424
{% block scripts %}
2525
{{ super() }}
26-
<script src="{{ url_for('static', filename='js/admin.js') }}"></script>
26+
<script src="{{ url_for('static', filename='js/admin.min.js') }}"></script>
2727
{% endblock %}

packet/templates/admin_packets.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,10 @@ <h4 class="page-title">Active Packets</h4>
1818
<div id="eval-blocks">
1919
{% include 'include/admin/open_packets.html' %}
2020
</div>
21-
{# <div class="ml-4">#}
22-
{# <div class="row justify-content-between w-100">#}
23-
{# <div class="col-xs-10">#}
24-
{# <h4 class="page-title">All Freshmen</h4>#}
25-
{# </div>#}
26-
{# </div>#}
27-
{# </div>#}
28-
{# <div id="eval-blocks">#}
29-
{# {% include 'include/admin/all_freshmen.html' %}#}
30-
{# </div>#}
3121
</div>
3222
{% endblock %}
3323

3424
{% block scripts %}
3525
{{ super() }}
36-
<script src="{{ url_for('static', filename='js/admin.js') }}"></script>
26+
<script src="{{ url_for('static', filename='js/admin.min.js') }}"></script>
3727
{% endblock %}

0 commit comments

Comments
 (0)