Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-06 11:24:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-06 11:26:18 +0300
commit37793b90be12307c368bea9bb44f13e133eff706 (patch)
tree7e12adfa1951bb26347a054f3202bc9f2ba65c11 /release/scripts/modules/bpy_types.py
parent9dc0c44aa102b5a7dae1fe92fd9105231ab1798c (diff)
Cleanup: unused imports
Diffstat (limited to 'release/scripts/modules/bpy_types.py')
-rw-r--r--release/scripts/modules/bpy_types.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy_types.py b/release/scripts/modules/bpy_types.py
index e90739debf8..ee9115b6643 100644
--- a/release/scripts/modules/bpy_types.py
+++ b/release/scripts/modules/bpy_types.py
@@ -19,7 +19,6 @@
# <pep8-80 compliant>
from _bpy import types as bpy_types
-import _bpy
StructRNA = bpy_types.bpy_struct
StructMetaPropGroup = bpy_types.bpy_struct_meta_idprop