Cleanup: pep8, unused import

This commit is contained in:
Campbell Barton
2018-10-01 08:42:58 +10:00
parent 8ee4fd0bdf
commit 0256d8b4e2
4 changed files with 70 additions and 44 deletions

View File

@@ -19,7 +19,6 @@
# <pep8 compliant>
import bpy
from bpy.types import Panel
from bpy.app.translations import pgettext_iface as iface_
class ShaderFxButtonsPanel: