Skip to content

Commit 8df5310

Browse files
committed
Fixing line length issue
1 parent 7e193d8 commit 8df5310

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packet/commands.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99

1010
from . import app, db
1111
from .models import Freshman, Packet, FreshSignature, UpperSignature, MiscSignature
12-
from .ldap import ldap_get_eboard_role, ldap_get_active_rtps, ldap_get_3das, ldap_get_webmasters, ldap_get_drink_admins, \
13-
ldap_get_constitutional_maintainers, ldap_is_intromember, ldap_get_active_members, ldap_is_on_coop
12+
from .ldap import ldap_get_eboard_role, ldap_get_active_rtps, ldap_get_3das, ldap_get_webmasters, \
13+
ldap_get_drink_admins, ldap_get_constitutional_maintainers, ldap_is_intromember, ldap_get_active_members, \
14+
ldap_is_on_coop
1415

1516

1617
@app.cli.command("create-secret")

0 commit comments

Comments
 (0)