Lint: F403 'from pvcapid.models import *' used; unable to detect undefined names
Just removed entirely since F401 was given if corrected.
This commit is contained in:
@ -36,8 +36,6 @@ import pvcapid.ova as api_ova
|
||||
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
from pvcapid.models import *
|
||||
|
||||
API_VERSION = 1.0
|
||||
|
||||
def strtobool(stringv):
|
||||
|
Reference in New Issue
Block a user