Cleanup: unused variables, imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user