1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

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
import datetime
from jinja2 import Template