Skip to content

Commit abe5e79

Browse files
committed
Improve docstrings in parser.py
1 parent 65c06e4 commit abe5e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_bdd/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import textwrap
77
from collections import OrderedDict
88
from dataclasses import dataclass, field
9-
from typing import Any, Dict, Iterable, List, Mapping, Optional, Sequence, Tuple
9+
from typing import Any, Iterable, List, Mapping, Optional, Sequence
1010

1111
from gherkin.errors import CompositeParserException
1212
from gherkin.parser import Parser

0 commit comments

Comments
 (0)