mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-27 15:54:16 +00:00
LGTM fixes. Remove unused import and variables
This commit is contained in:
@@ -20,4 +20,4 @@ from .record_entry import RecordEntry
|
||||
|
||||
def init_app(app):
|
||||
db.init_app(app)
|
||||
_migrate = Migrate(app, db)
|
||||
_migrate = Migrate(app, db) # lgtm [py/unused-import]
|
||||
|
Reference in New Issue
Block a user