From f87adb48f5f7973e2bc05e011cdd86d3fd13ea4a Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Thu, 23 Aug 2018 13:27:00 +0200 Subject: [PATCH] Fix: Add missing imports. --- src/abgabesystem/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/abgabesystem/commands.py b/src/abgabesystem/commands.py index 1a999b0..550772a 100644 --- a/src/abgabesystem/commands.py +++ b/src/abgabesystem/commands.py @@ -1,4 +1,5 @@ from .students import Student, create_user, get_students +from .projects import create_tag, setup_course from gitlab.exceptions import GitlabCreateError, GitlabGetError