diff options
Diffstat (limited to 'bot/exts/fun/latex.py')
-rw-r--r-- | bot/exts/fun/latex.py | 1 |
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.""" |