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:
Campbell Barton 2022-04-20 16:26:49 +10:00
parent 3adef61942
commit 67a4908bfc
1 changed files with 2 additions and 1 deletions

View File

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