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:
parent
27c6ac2b66
commit
c1f25d3426
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue