diff --git a/astrbot/core/computer/booters/shipyard_neo.py b/astrbot/core/computer/booters/shipyard_neo.py index 696c3d06d..6304696ad 100644 --- a/astrbot/core/computer/booters/shipyard_neo.py +++ b/astrbot/core/computer/booters/shipyard_neo.py @@ -388,7 +388,7 @@ class ShipyardNeoBooter(ComputerBooter): return self._profile # Query Bay for available profiles - from shipyard_neo.errors import UnauthorizedError, ForbiddenError + from shipyard_neo.errors import ForbiddenError, UnauthorizedError try: profile_list = await client.list_profiles()