Part: small cleanup of Python modules and InitGui.py

Add empty newline at the end of the file.
This commit is contained in:
vocx-fc
2020-10-05 21:06:49 -05:00
committed by wwmayer
parent 68ad4f2f1d
commit f439384ccb
5 changed files with 44 additions and 37 deletions

View File

@@ -23,3 +23,4 @@ def explodeCompound(compound_obj, b_group = None):
cf.ViewObject.DontUnhideOnDelete = True
features_created.append(cf)
return (group, features_created)