Skip to content

Commit 40f5849

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

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)