diff --git a/info.json b/info.json index 322cf21..58a3ab5 100644 --- a/info.json +++ b/info.json @@ -35,7 +35,6 @@ "python-dotenv", "psutil", "skia-python>=87.5", - "svgwrite>=1.4.3", "tenacity", "ujson", "uvicorn", diff --git a/levelup/shared/profile.py b/levelup/shared/profile.py index 75dbe4a..1cca9c5 100644 --- a/levelup/shared/profile.py +++ b/levelup/shared/profile.py @@ -15,7 +15,7 @@ from redbot.core.utils.chat_formatting import box, humanize_number from ..abc import MixinMeta from ..common import formatter, utils from ..common.models import Profile -from ..generator.styles import default, runescape, modern +from ..generator.styles import default, runescape log = logging.getLogger("red.vrt.levelup.shared.profile") _ = Translator("LevelUp", __file__)