fix(ui): remove non-existent AttachmentManagerWidget from imports

This commit is contained in:
LemonNexus 2026-02-09 13:44:59 +00:00
parent 48bce51d0f
commit d9921993c8
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from .loadout_manager import (
LoadoutManagerDialog, LoadoutConfig, AttachmentConfig,
WeaponSelectorDialog, ArmorSelectorDialog
)
from .attachment_selector import AttachmentSelectorDialog, AttachmentManagerWidget
from .attachment_selector import AttachmentSelectorDialog
__all__ = [
'MainWindow',
@ -19,5 +19,4 @@ __all__ = [
'WeaponSelectorDialog',
'ArmorSelectorDialog',
'AttachmentSelectorDialog',
'AttachmentManagerWidget',
]