From e95bd8d3a6afbc81305159cd785955000e24b1c4 Mon Sep 17 00:00:00 2001 From: RC-CHN <1051989940@qq.com> Date: Thu, 26 Feb 2026 15:27:37 +0800 Subject: [PATCH] style: format code --- astrbot/core/computer/booters/shipyard_neo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()