Fixup: Invalid import
This commit is contained in:
parent
a04ef3f222
commit
ef2935b375
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue