Cleanup: warning from ruff

This commit is contained in:
Campbell Barton
2025-09-23 09:41:14 +10:00
parent 705c868bb9
commit 9ee1076fd4

View File

@@ -12,7 +12,14 @@
# so avoid making changes all over the place.
import bpy
from bpy.types import Panel
from bpy.types import (
Panel,
)
from bpy.app.translations import (
pgettext_iface as iface_,
pgettext_tip as tip_,
)
from bl_ui.space_toolsystem_common import (
ToolSelectPanelHelper,
@@ -21,10 +28,6 @@ from bl_ui.space_toolsystem_common import (
from bl_ui.properties_paint_common import (
BrushAssetShelf,
)
from bpy.app.translations import (
pgettext_iface as iface_,
pgettext_tip as tip_,
)
def kmi_to_string_or_none(kmi):