Fixup: Invalid import

This commit is contained in:
Tim Schubert 2018-09-20 16:25:41 +02:00
parent a04ef3f222
commit ef2935b375

View file

@ -2,7 +2,7 @@ import os
import subprocess import subprocess
import logging as log 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 .projects import create_tag, setup_course
from gitlab.exceptions import GitlabCreateError, GitlabGetError from gitlab.exceptions import GitlabCreateError, GitlabGetError