From ef2935b375f3ba10910399500afd9506111e76fb Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Thu, 20 Sep 2018 16:25:41 +0200 Subject: [PATCH] Fixup: Invalid import --- src/abgabesystem/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abgabesystem/commands.py b/src/abgabesystem/commands.py index a72efc9..89bfba9 100644 --- a/src/abgabesystem/commands.py +++ b/src/abgabesystem/commands.py @@ -2,7 +2,7 @@ import os import subprocess import logging as log -from .students import Student, create_user, get_students, enroll_student, get_student_group +from .students import Student, create_user, enroll_student, get_student_group from .projects import create_tag, setup_course from gitlab.exceptions import GitlabCreateError, GitlabGetError