Remove stale module docstrings

This commit is contained in:
Ishaan Kapur 2026-07-01 07:36:14 +05:30
parent a6d6a48aa6
commit 6cca1670f8
5 changed files with 0 additions and 27 deletions

View File

@ -1,9 +1,3 @@
"""
Item Loader
See documentation in docs/topics/loaders.rst
"""
from __future__ import annotations
from typing import TYPE_CHECKING, Any

View File

@ -1,9 +1,3 @@
"""
Images Pipeline
See documentation in topics/media-pipeline.rst
"""
from __future__ import annotations
import functools

View File

@ -1,7 +1,3 @@
"""
XPath selectors based on lxml
"""
from __future__ import annotations
from typing import Any

View File

@ -1,9 +1,3 @@
"""Scrapy Shell
See documentation in docs/topics/shell.rst
"""
from __future__ import annotations
import asyncio

View File

@ -1,8 +1,3 @@
"""
This module contains general purpose URL functions not found in the standard
library.
"""
from __future__ import annotations
import re