[Bf-blender-cvs] [33e1916b62d] draw-deferred-compilation-experiment: Cleanup: re-run autopep8 with E401 enabled

Campbell Barton noreply at git.blender.org
Thu Apr 21 11:14:11 CEST 2022


Commit: 33e1916b62dc6ff111ab1d4ada53e77fbef767a9
Author: Campbell Barton
Date:   Wed Apr 20 16:26:49 2022 +1000
Branches: draw-deferred-compilation-experiment
https://developer.blender.org/rB33e1916b62dc6ff111ab1d4ada53e77fbef767a9

Cleanup: re-run autopep8 with E401 enabled

Put imports on their own line which was almost always the case already.

===================================================================

M	doc/blender_file_format/BlendFileDnaExporter_25.py

===================================================================

diff --git a/doc/blender_file_format/BlendFileDnaExporter_25.py b/doc/blender_file_format/BlendFileDnaExporter_25.py
index f85d496b9b5..91a313b789f 100755
--- a/doc/blender_file_format/BlendFileDnaExporter_25.py
+++ b/doc/blender_file_format/BlendFileDnaExporter_25.py
@@ -378,7 +378,8 @@ def usage():
 
 def main():
 
-    import os, os.path
+    import os
+    import os.path
 
     try:
         bpy = __import__('bpy')



More information about the Bf-blender-cvs mailing list