Skip to content

Commit

Permalink
fixed incorrect decimal import
Browse files Browse the repository at this point in the history
  • Loading branch information
nfearnley committed May 21, 2024
1 parent bece151 commit fbd0311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sizebot/cogs/quake.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from typing import Literal, NamedTuple

from decimal import Decimal

from discord import Embed
import discord
from discord.ext import commands

from sizebot.lib.digidecimal import Decimal
from sizebot.lib import userdb
from sizebot.lib.constants import colors, emojis
from sizebot.lib.quake import breath_joules, heartbeat_joules, joules_to_mag, jump_joules, mag_to_name, mag_to_radius, poke_joules, step_joules, stomp_joules, type_joules
Expand Down

0 comments on commit fbd0311

Please sign in to comment.