modernisation for python 3.11

This commit is contained in:
Jörg Thalheim
2023-11-29 12:40:48 +01:00
committed by Mic92
parent 26e3e3872c
commit f1b223d0a1
38 changed files with 160 additions and 163 deletions

View File

@@ -1,7 +1,7 @@
import os
import shutil
from collections.abc import Callable
from pathlib import Path
from typing import Callable
from ..errors import ClanError