Cleanup: unused imports

This commit is contained in:
Campbell Barton
2019-03-17 20:57:47 +11:00
parent a19e78aa2d
commit ad9addbf46
7 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,6 @@ Example of using the blf module. For this module to work we
need to use the OpenGL wrapper :class:`~bgl` as well.
"""
# import stand alone modules
import bgl
import blf
import bpy

View File

@@ -7,7 +7,6 @@ object, placing it into a view layer, selecting it and making it active.
"""
import bpy
from mathutils import Matrix
view_layer = bpy.context.view_layer