Skip to content

Commit 11e941e

Browse files
committed
remove unused import
1 parent 927aaa7 commit 11e941e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yt_idv/scene_components/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from OpenGL import GL
66

77
from yt_idv.opengl_support import TransferFunctionTexture
8-
from yt_idv.scene_components.base_component import SceneComponent, _cmaps
8+
from yt_idv.scene_components.base_component import SceneComponent
99
from yt_idv.scene_data.block_collection import BlockCollection
1010
from yt_idv.shader_objects import component_shaders
1111

0 commit comments

Comments
 (0)