Skip to content

Commit d5f3664

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3bb565f commit d5f3664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_bdd/steps.py

Lines changed: 1 addition & 1 deletion
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)