import korrigiert

This commit is contained in:
2026-01-13 13:22:14 +01:00
parent efd1b8c5fb
commit b5f640bda1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import random import random
import winkelumrechnungen as wu import winkelumrechnungen as wu
from Typing import List, Tuple from typing import List, Tuple
def line2example(line: str) -> List: def line2example(line: str) -> List:
""" """

View File

@@ -1,4 +1,4 @@
from jedi.inference.gradual.typing import Tuple, List from typing import Tuple, List
import winkelumrechnungen as wu import winkelumrechnungen as wu
import random import random