whitespace remove
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s

This commit is contained in:
Corban-Lee Jones 2024-08-23 18:01:29 +01:00
parent e8a9c270e4
commit cbe15aceb8

View File

@ -236,7 +236,6 @@ class CommandsCog(commands.Cog):
case 4: return "Regex match"
case 5: return "Fuzzy match"
case _: return "unknown"
async def getdata(page, pagesize):
async with aiohttp.ClientSession() as session: