Skip to content

Commit

Permalink
Korrekturen zu Python Min-Version - adjust skeleton.py w/verisonsabh.…
Browse files Browse the repository at this point in the history
… Code
  • Loading branch information
dornech committed Nov 17, 2024
1 parent e591f33 commit a865e5d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/pytestdornech/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@
import enum
import logging
import sys

# from typing import Annotated
if sys.version_info >= (3, 9):
from typing import Annotated
else:
from typing_extensions import Annotated
from typing import Annotated

import typer

Expand Down

0 comments on commit a865e5d

Please sign in to comment.