Skip to content

Commit

Permalink
just minor formatting stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Nov 27, 2023
1 parent cb6264d commit 4e57620
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sizebot/lib/proportions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sizebot.lib import errors, macrovision, userdb, utils
from sizebot.lib.constants import colors, emojis
from sizebot.lib.digidecimal import Decimal
from sizebot.lib.freefall import terminal_velocity_from_player, terminal_velocity, AVERAGE_HUMAN_DRAG_COEFFICIENT
from sizebot.lib.freefall import terminal_velocity, AVERAGE_HUMAN_DRAG_COEFFICIENT
from sizebot.lib.units import SV, WV
from sizebot.lib.userdb import User, DEFAULT_HEIGHT as average_height, DEFAULT_WEIGHT, DEFAULT_LIFT_STRENGTH, FALL_LIMIT
from sizebot.lib.utils import glitch_string, minmax, prettyTimeDelta, url_safe
Expand Down Expand Up @@ -872,7 +872,6 @@ def toEmbed(self, requesterID = None):

return embed


class PersonBaseStats:
def __init__(self, userdata: User):
self.nickname = userdata.nickname
Expand Down

0 comments on commit 4e57620

Please sign in to comment.