From 01a1b9e3cb524d09d2b8e990a7138a3034b9349e Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Mon, 31 Aug 2020 13:29:48 -0700 Subject: [PATCH] [Latex] Fix the fix --- latex/latex.py | 1 + 1 file changed, 1 insertion(+) diff --git a/latex/latex.py b/latex/latex.py index 9616839..e216538 100644 --- a/latex/latex.py +++ b/latex/latex.py @@ -2,6 +2,7 @@ import aiohttp import discord import io import logging +import re from PIL import Image, ImageOps from redbot.core import commands