chore: ruff fix

This commit is contained in:
neoarz
2025-11-22 19:51:46 -05:00
parent 4a9b6b1f06
commit 23790c46b4
59 changed files with 65 additions and 147 deletions

View File

@@ -31,7 +31,9 @@ class Idevice(commands.GroupCog, name="idevice"):
await context.send(embed=embed, view=view)
@idevice_group.command(name="errorcodes")
async def idevice_group_errorcodes(self, context: Context, *, error_code: str = None):
async def idevice_group_errorcodes(
self, context: Context, *, error_code: str = None
):
await self._invoke_hybrid(context, "errorcodes", error_code=error_code)
@idevice_group.command(name="developermode")