Cleanup: unused arguments

This commit is contained in:
2021-03-06 18:21:17 +11:00
parent bd79691599
commit 9dc0c44aa1
19 changed files with 43 additions and 42 deletions

View File

@@ -375,7 +375,7 @@ class IMAGE_MT_uvs_split(Menu):
class IMAGE_MT_uvs_unwrap(Menu):
bl_label = "Unwrap"
def draw(self, context):
def draw(self, _context):
layout = self.layout
layout.operator("uv.unwrap")