Fixes #3157
@ -96,12 +96,6 @@ def setup_dev(c):
c.run('pre-commit autoupdate')
@task
def shell(c):
"""Open a python shell with access to the InvenTree database models."""
manage(c, 'shell', pty=True)
def superuser(c):
"""Create a superuser/admin account for the database."""