From 37793b90be12307c368bea9bb44f13e133eff706 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 6 Mar 2021 19:24:07 +1100 Subject: Cleanup: unused imports --- release/scripts/modules/bpy_types.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release/scripts/modules/bpy_types.py') 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 @@ # from _bpy import types as bpy_types -import _bpy StructRNA = bpy_types.bpy_struct StructMetaPropGroup = bpy_types.bpy_struct_meta_idprop -- cgit v1.2.3