[Bookworm] Remove obsolete package

This commit is contained in:
2023-08-31 14:13:05 -04:00
parent cb413e5ce6
commit 9ba7aa5b08
2 changed files with 2 additions and 3 deletions

View File

@ -19,8 +19,7 @@
#
###############################################################################
from flask_migrate import Migrate, MigrateCommand
from flask_script import Manager
from flask_migrate import Migrate, MigrateCommand, Manager
from pvcapid.flaskapi import app, db
from pvcapid.models import * # noqa F401,F403