Fix vnflcm msapi aai pep8 error
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / utils / values.py
index b5c5e90..7bf3384 100644 (file)
@@ -12,6 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+
 def ignore_case_get(args, key, def_val=""):
     if not key:
         return def_val