aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/latex.py
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-21 13:30:14 +0000
committerGravatar GitHub <[email protected]>2024-03-21 13:30:14 +0000
commit365fea67f2a47d78ea1eda047264cf10b4f84157 (patch)
tree08b19b418a43373402b0b403f8a8ffd83cb30834 /bot/exts/fun/latex.py
parentMerge pull request #1481 from python-discord/dependabot/pip/pydis-core-11.0.1 (diff)
Bump ruff from 0.2.1 to 0.3.3 (#1479)
* Bump ruff from 0.2.1 to 0.3.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * apply ruff fixes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shtlrs <[email protected]>
Diffstat (limited to 'bot/exts/fun/latex.py')
-rw-r--r--bot/exts/fun/latex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/fun/latex.py b/bot/exts/fun/latex.py
index cd7dba11..13b3c503 100644
--- a/bot/exts/fun/latex.py
+++ b/bot/exts/fun/latex.py
@@ -76,7 +76,6 @@ class LatexServerError(Exception):
"""Represents an error raised from Latex rendering server."""
-
class Latex(commands.Cog):
"""Renders latex."""