1
1

Cleanup: re-run autopep8 with E401 enabled

Put imports on their own line which was almost always the case already.
This commit is contained in:
2022-04-20 16:26:49 +10:00
parent 3adef61942
commit 67a4908bfc

View File

@@ -378,7 +378,8 @@ def usage():
def main():
import os, os.path
import os
import os.path
try:
bpy = __import__('bpy')