Skip to content

Commit 2f3e029

Browse files
committed
Remove unused import
1 parent e7b5326 commit 2f3e029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_bdd/scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import logging
1818
import os
1919
import re
20-
from typing import TYPE_CHECKING, Any, Callable, Iterable, Iterator, Optional, TypeVar, cast
20+
from typing import TYPE_CHECKING, Any, Callable, Iterable, Iterator, TypeVar, cast
2121

2222
import pytest
2323
from _pytest.fixtures import FixtureDef, FixtureManager, FixtureRequest, call_fixture_func

0 commit comments

Comments
 (0)