fix(ui): remove non-existent AttachmentManagerWidget from imports
This commit is contained in:
parent
48bce51d0f
commit
d9921993c8
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue