pvc/api-daemon/pvcapid
Joshua Boniface 6c56d45345 Lint: F821 undefined name 'config'
This variable is set after importing these files by the flaskapi module.
Thus, simply set a default at the top of each file to avoid linting
errors.
2020-11-07 13:23:34 -05:00
..
Daemon.py Lint: E225 missing whitespace around operator 2020-11-07 12:16:36 -05:00
__init__.py Use consistent naming of components 2020-02-08 19:34:07 -05:00
benchmark.py Lint: F821 undefined name 'config' 2020-11-07 13:23:34 -05:00
flaskapi.py Lint: E305 expected 2 blank lines after class or function definition, found X 2020-11-07 13:17:49 -05:00
helper.py Lint: F821 undefined name 'config' 2020-11-07 13:23:34 -05:00
libvirt_schema.py Complete integration of OVA provisioner 2020-02-18 14:42:45 -05:00
models.py Lint: F401 <library> imported but unused 2020-11-06 19:22:49 -05:00
ova.py Lint: F821 undefined name 'config' 2020-11-07 13:23:34 -05:00
provisioner.py Lint: F821 undefined name 'config' 2020-11-07 13:23:34 -05:00