Skip to content

Commit 4b450b5

Browse files
committed
Remove unnecessary pyright ignores
1 parent 2cad13a commit 4b450b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
from doctest import ELLIPSIS
44

5-
from sybil import Sybil # pyright: ignore[reportMissingTypeStubs]
6-
from sybil.parsers.rest import ( # pyright: ignore[reportMissingTypeStubs]
5+
from sybil import Sybil
6+
from sybil.parsers.rest import (
77
ClearNamespaceParser,
88
DocTestParser,
99
PythonCodeBlockParser,
1010
)
1111

12-
pytest_collect_file = Sybil( # pyright: ignore[reportUnknownVariableType]
12+
pytest_collect_file = Sybil(
1313
parsers=[
1414
ClearNamespaceParser(),
1515
DocTestParser(optionflags=ELLIPSIS),

0 commit comments

Comments
 (0)