Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-07 15:28:05 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-07 15:28:05 +0300
commitae96a3ea85d714d42b67df603ce7c747d28ceaa0 (patch)
tree4fc7262da5176f9a27d000fdeb3cf2923938863a
parent5344b1b2415cae2fa48247cfe51b4bc458e1dee2 (diff)
Fix a flake8 warning
-rw-r--r--sphinx/ext/autosummary/generate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/ext/autosummary/generate.py b/sphinx/ext/autosummary/generate.py
index e4758ff30..feef821c4 100644
--- a/sphinx/ext/autosummary/generate.py
+++ b/sphinx/ext/autosummary/generate.py
@@ -23,7 +23,6 @@ import sys
from gettext import NullTranslations
from os import path
from typing import Any, Dict, List, NamedTuple, Sequence, Set, Tuple, Type
-from collections.abc import Mapping
from jinja2 import TemplateNotFound
from jinja2.sandbox import SandboxedEnvironment