diff --git a/ui/__init__.py b/ui/__init__.py index 02f2d76..9a9ca91 100644 --- a/ui/__init__.py +++ b/ui/__init__.py @@ -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', ]