Fix: Add missing imports.
This commit is contained in:
parent
b7633791b3
commit
f87adb48f5
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
from .students import Student, create_user, get_students
|
from .students import Student, create_user, get_students
|
||||||
|
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