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,5 +1,6 @@
import sys
from typing import IO, Any, Callable
from collections.abc import Callable
from typing import IO, Any
def is_interactive() -> bool: