import future annotations to make mypy work on py38

This commit is contained in:
Bastian Venthur
2022-08-31 23:04:30 +02:00
parent ebac0a8fc4
commit f59a648779
7 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# remove when we don't support py38 anymore
from __future__ import annotations
from tempfile import TemporaryDirectory
import os
from datetime import datetime