Skip to content

Commit c63dc20

Browse files
committed
Merge remote-tracking branch 'origin/drop-py37' into drop-py37
2 parents 7985dbf + 40f5849 commit c63dc20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pytest_bdd/steps.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ def _(article):
3939
import enum
4040
from dataclasses import dataclass, field
4141
from itertools import count
42-
from typing import Any, Callable, Iterable, TypeVar
42+
from typing import Any, Callable, Iterable, Literal, TypeVar
4343

4444
import pytest
4545
from _pytest.fixtures import FixtureDef, FixtureRequest
46-
from typing import Literal
4746

4847
from .parser import Step
4948
from .parsers import StepParser, get_parser

0 commit comments

Comments
 (0)