1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-26 05:02:58 +00:00

try supporting py38

This commit is contained in:
Bastian Venthur
2022-08-31 19:54:32 +02:00
parent 322154041a
commit 451fb1b260
4 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ processing.
"""
# remove when we don't support py38 anymore
from __future__ import annotations
from datetime import datetime
import logging
from urllib.parse import urlsplit, urlunsplit