Skip to content
Snippets Groups Projects
Commit cebd1062 authored by Felix Blanke's avatar Felix Blanke
Browse files

Add missing import

parent dabd1769
No related branches found
No related tags found
6 merge requests!262[WIP] compatibility with koma solver import/export,!261[WIP] compatibility with koma solver import/export,!260[WIP] import/export merge,!259Add view to clear schedule,!237Draft: add tests on json export,!235Merge fork for interoperability of KoMa solver
......@@ -4,8 +4,10 @@ import os
import tempfile
from itertools import zip_longest
from django.contrib import messages
from django.db.models.functions import Now
from django.shortcuts import redirect
from django.utils.dateparse import parse_datetime
from django.utils.translation import gettext_lazy as _
from django.views.generic import TemplateView, DetailView
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment