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:
Joshua Boniface 2020-11-07 12:26:09 -05:00
parent 27c6ac2b66
commit c1f25d3426
1 changed files with 0 additions and 2 deletions

View File

@ -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):