mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 08:13:14 +00:00
Fix Ruff UP004 (useless-object-inheritance)
https://docs.astral.sh/ruff/rules/useless-object-inheritance/
This commit is contained in:
@@ -293,7 +293,7 @@ class IFC_PT_write_file_panel(bpy.types.Panel):
|
||||
CLASSES = [IFC_Sv_UpdateCurrent, IFC_Sv_write_file, IFC_PT_write_file_panel]
|
||||
|
||||
|
||||
class SvExCategoryProvider(object):
|
||||
class SvExCategoryProvider:
|
||||
def __init__(self, identifier, menu):
|
||||
self.identifier = identifier
|
||||
self.menu = menu
|
||||
|
||||
Reference in New Issue
Block a user