Skip to content

Commit 2524004

Browse files
committed
Merge remote-tracking branch 'origin/drop-py37' into drop-py37
2 parents 43e410c + d5f3664 commit 2524004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_bdd/steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _(article):
4343

4444
import pytest
4545
from _pytest.fixtures import FixtureDef, FixtureRequest
46-
from typing_extensions import Literal
46+
from typing import Literal
4747

4848
from .parser import Step
4949
from .parsers import StepParser, get_parser

0 commit comments

Comments
 (0)