Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/drop-py37' into drop-py37
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Jul 23, 2023
2 parents 43e410c + d5f3664 commit 2524004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_bdd/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _(article):

import pytest
from _pytest.fixtures import FixtureDef, FixtureRequest
from typing_extensions import Literal
from typing import Literal

from .parser import Step
from .parsers import StepParser, get_parser
Expand Down

0 comments on commit 2524004

Please sign in to comment.