mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
style: format code
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user