Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Nov 30, 2023
1 parent b191f83 commit aa6cf65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/io_hubs_addon/components/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def unregister():
bpy.utils.unregister_class(TooltipLabel)
bpy.utils.unregister_class(HUBS_PT_ToolsPanel)


bpy.types.TOPBAR_MT_window.remove(window_menu_addition)
bpy.types.VIEW3D_MT_object.remove(object_menu_addition)
bpy.types.VIEW3D_PT_gizmo_display.remove(gizmo_display_popover_addition)

0 comments on commit aa6cf65

Please sign in to comment.