core: cleanup

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2023-01-01 23:01:08 +01:00
parent 11b1eb4173
commit 2cae6596eb
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
"""Property Mapping Evaluator"""
from traceback import format_tb
from typing import Optional
from django.db.models import Model

View File

@ -2,7 +2,7 @@
from os import chmod, unlink
from pathlib import Path
from shutil import rmtree
from tempfile import gettempdir, mkdtemp, mkstemp
from tempfile import mkdtemp, mkstemp
from typing import Any
from django.conf import settings