mirror of
https://github.com/searxng/searxng.git
synced 2026-09-11 16:56:05 +00:00
fmt
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
gradually. For more, please read :ref:`result types`.
|
||||
|
||||
"""
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ template.
|
||||
:members:
|
||||
:show-inheritance:
|
||||
"""
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ template. For highlighting the code passages, Pygments_ is used.
|
||||
:show-inheritance:
|
||||
|
||||
"""
|
||||
|
||||
# pylint: disable=too-few-public-methods, disable=invalid-name
|
||||
|
||||
__all__ = ["Code"]
|
||||
@@ -26,7 +27,6 @@ from pygments.formatters import HtmlFormatter # pylint: disable=no-name-in-modu
|
||||
|
||||
from ._base import MainResult
|
||||
|
||||
|
||||
_pygments_languages: list[str] = []
|
||||
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ template.
|
||||
:show-inheritance:
|
||||
|
||||
"""
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ template.
|
||||
:members:
|
||||
|
||||
"""
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
__all__ = ["Image", "ImageRef"]
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ template.
|
||||
:show-inheritance:
|
||||
|
||||
"""
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ Related topics:
|
||||
:show-inheritance:
|
||||
|
||||
"""
|
||||
|
||||
# pylint: disable=too-few-public-methods, disable=invalid-name
|
||||
|
||||
__all__ = ["Paper"]
|
||||
|
||||
Reference in New Issue
Block a user