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>2019-12-25 05:46:50 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-12-25 05:46:50 +0300
commit3bf39be471b3f60bd831ec56b3ce9028d79b5e80 (patch)
treea470a222ce6da9271925269ce9861690fc5a5956 /sphinx/locale
parentd717f5ae31d17533a5a20b581f571eb4a95b1b30 (diff)
Fix flake8 violations
Diffstat (limited to 'sphinx/locale')
-rw-r--r--sphinx/locale/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/locale/__init__.py b/sphinx/locale/__init__.py
index df4f4f51d..34427f454 100644
--- a/sphinx/locale/__init__.py
+++ b/sphinx/locale/__init__.py
@@ -14,8 +14,6 @@ from collections import UserString, defaultdict
from gettext import NullTranslations
from typing import Any, Callable, Dict, Iterable, List, Tuple, Union
-from sphinx.deprecation import RemovedInSphinx30Warning
-
class _TranslationProxy(UserString):
"""