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,
|
LoadoutManagerDialog, LoadoutConfig, AttachmentConfig,
|
||||||
WeaponSelectorDialog, ArmorSelectorDialog
|
WeaponSelectorDialog, ArmorSelectorDialog
|
||||||
)
|
)
|
||||||
from .attachment_selector import AttachmentSelectorDialog, AttachmentManagerWidget
|
from .attachment_selector import AttachmentSelectorDialog
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'MainWindow',
|
'MainWindow',
|
||||||
|
|
@ -19,5 +19,4 @@ __all__ = [
|
||||||
'WeaponSelectorDialog',
|
'WeaponSelectorDialog',
|
||||||
'ArmorSelectorDialog',
|
'ArmorSelectorDialog',
|
||||||
'AttachmentSelectorDialog',
|
'AttachmentSelectorDialog',
|
||||||
'AttachmentManagerWidget',
|
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue