Remove unused import, black .

This commit is contained in:
Andrej730
2026-03-16 15:09:09 +05:00
parent 62bb6cdf33
commit a8d28fb469
2 changed files with 1 additions and 2 deletions
@@ -27,7 +27,6 @@ import ifcopenshell.api.pset
import ifcopenshell.util.element
from bpy.props import (
BoolProperty,
BoolVectorProperty,
CollectionProperty,
EnumProperty,
FloatProperty,
@@ -172,4 +172,4 @@ class GenerateUVMap(bpy.types.Operator):
return {"CANCELLED"}
tool.Loader.load_generated_uv_map(obj.data)
self.report({"INFO"}, "Generated UV map for selected mesh.")
return {"FINISHED"}
return {"FINISHED"}