Cleanup: autopep8

This commit is contained in:
Campbell Barton
2023-03-01 22:12:18 +11:00
parent bd0aa88909
commit e1ab9e352c
21 changed files with 45 additions and 46 deletions

View File

@@ -34,8 +34,8 @@ def seek(r, txt, recurs):
newtxt = ''
if recurs > MAX_RECURSIVE:
#print ("Recursion is over max")
#print (txt)
# print ("Recursion is over max")
# print (txt)
return
type_r = type(r)
@@ -124,7 +124,7 @@ for d in dir(bpy.types):
'''
# print dir(bpy)
#import sys
# import sys
# sys.exit()
print("iter over ", seek_count, "rna items")