fix(aurora): pylint fix
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 47s

This commit is contained in:
Seaswimmer 2024-08-13 00:41:25 -04:00
parent e559db9f10
commit 830237938a
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -1227,7 +1227,6 @@ class Aurora(commands.Cog):
@aurora.group(autohelp=True, name="convert")
async def aurora_convert(self, ctx: commands.Context):
"""Convert strings to various Python objects."""
pass
@aurora_convert.command(aliases=["dt"])
async def datetime(self, ctx: commands.Context, *, date: str) -> None: