Remove stale module-level docstrings pointing to docs

These three module docstrings only restated the module's name and
pointed to the corresponding docs/topics/*.rst page, which already
documents the module in full. No unique information was lost.

Partial pass on #7699; a broader sweep is still needed.
This commit is contained in:
Siddhesh Kulkarni 2026-07-02 11:12:45 -07:00
parent 870803b7fb
commit a382da4b60
3 changed files with 0 additions and 18 deletions

View File

@ -1,9 +1,3 @@
"""
Download timeout middleware
See documentation in docs/topics/downloader-middleware.rst
"""
from __future__ import annotations
from typing import TYPE_CHECKING

View File

@ -1,9 +1,3 @@
"""
The Extension Manager
See documentation in docs/topics/extensions.rst
"""
from __future__ import annotations
from typing import TYPE_CHECKING, Any

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