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')

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to