Skip to content

Commit 1e14d67

Browse files
committed
remove todos
1 parent 16c9c1c commit 1e14d67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bot/cogs/config.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
if TYPE_CHECKING:
3434
from cogs.tickets import Tickets
35+
3536
from rodhaj import Rodhaj
3637

3738

@@ -295,8 +296,6 @@ async def convert(self, ctx: GuildContext, argument: str) -> str:
295296
f"Please use `{ctx.prefix or 'r>'}config toggle` to enable/disable boolean configuration options instead."
296297
)
297298

298-
# TODO: Parse datetime timedeltas here
299-
300299
return argument
301300

302301

0 commit comments

Comments
 (0)