Cleanup: unused variables, imports

This commit is contained in:
2021-03-23 16:21:51 +11:00
parent bb78f38bd1
commit 70d2456ff1
6 changed files with 3 additions and 10 deletions

View File

@@ -438,7 +438,7 @@ class ANIM_OT_show_group_colors_deprecated(Operator):
bl_options = {'REGISTER'}
@classmethod
def poll(cls, context):
def poll(cls, _context):
return False