Cleanup: pep8

This commit is contained in:
2015-09-01 03:51:50 +10:00
parent b3f4bf87b4
commit 922d72355d
11 changed files with 13 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ def rna_backup_gen(data, include_props=None, exclude_props=None, root=()):
# only writable properties...
for p in data.bl_rna.properties:
pid = p.identifier
if pid in {'rna_type',}:
if pid in {'rna_type', }:
continue
path = root + (pid,)
if include_props is not None and path not in include_props: