diff options
author | 2021-05-10 01:44:33 +0530 | |
---|---|---|
committer | 2021-05-10 01:44:33 +0530 | |
commit | 42f6211a5c9d3e3d1ad78141bbf8ce9f825f0827 (patch) | |
tree | 7ec3f2fc85a243b6fcb0f3477876f44a2d5b6304 | |
parent | Merge main and resolve conflicts. (diff) |
Make linter happy for life.
-rw-r--r-- | bot/utils/time.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/utils/time.py b/bot/utils/time.py index 5e79f3064..d55a0e532 100644 --- a/bot/utils/time.py +++ b/bot/utils/time.py @@ -1,4 +1,3 @@ -import asyncio import datetime import re from typing import Optional |