Fix vnflcm vnf pep8 error
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / utils / enumutil.py
index 9656f7d..48e4ffe 100644 (file)
@@ -12,5 +12,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+
 def enum(**enums):
     return type('Enum', (), enums)