We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a5343 commit 0a3a4b9Copy full SHA for 0a3a4b9
src/fundus/scraping/common_crawl/pipeline.py
@@ -39,7 +39,7 @@
39
from fundus.scraping.filter import ExtractionFilter, Requires, URLFilter
40
41
_T = TypeVar("_T")
42
-_P = ParamSpec("P")
+_P = ParamSpec("_P")
43
44
45
# noinspection PyPep8Naming
0 commit comments