Cleanup: unused args/vars/imports in bl_operators

This commit is contained in:
Campbell Barton
2019-05-09 09:15:01 +10:00
parent bc39fa947a
commit fc37238b17
20 changed files with 67 additions and 72 deletions

View File

@@ -18,7 +18,6 @@
# <pep8-80 compliant>
import bpy
from bpy.types import (
Operator,
)