Imports aufgeräumt

This commit is contained in:
2021-08-10 17:53:30 +02:00
parent 30c5c85aa8
commit 5bb7b3e46b
6 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -21,10 +21,10 @@ Export- und Import-Blueprint
import os
import tempfile
from datetime import datetime
from pyexpat import ExpatError
from flask import abort, Blueprint, current_app, g, redirect, url_for, flash, request, render_template
from openpyxl.utils.exceptions import InvalidFileException
from pyexpat import ExpatError
from .auth import beratungslehrer_required, admin_required
from .. import exporter, util