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

@@ -34,7 +34,6 @@ def batch_for_shader(shader, type, content, indices=None):
:return: compatible batch
:rtype: :class:`gpu.types.Batch`
"""
import gpu
from gpu.types import (
GPUBatch,
GPUIndexBuf,