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

@@ -76,7 +76,7 @@ class DataPathBuilder:
break
if type_ok:
try:
#print("base." + item_new)
# print("base." + item_new)
base_new = eval("base." + item_new)
break # found, don't keep looking
except: