Skip to content

Commit 0a3a4b9

Browse files
committed
fix mypy
1 parent a7a5343 commit 0a3a4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fundus/scraping/common_crawl/pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from fundus.scraping.filter import ExtractionFilter, Requires, URLFilter
4040

4141
_T = TypeVar("_T")
42-
_P = ParamSpec("P")
42+
_P = ParamSpec("_P")
4343

4444

4545
# noinspection PyPep8Naming

0 commit comments

Comments
 (0)