Skip to content

Commit

Permalink
Korrekturen w typing / typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dornech committed Nov 17, 2024
1 parent 7f83332 commit bb4e102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pytestdornech/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
import enum
import logging
import sys
from typing import Annotated
# from typing import Annotated
from typing_extensions import Annotated

import typer

Expand Down

0 comments on commit bb4e102

Please sign in to comment.