aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/utils/checks.py')
-rw-r--r--bot/utils/checks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/utils/checks.py b/bot/utils/checks.py
index 438ec750..d5c06728 100644
--- a/bot/utils/checks.py
+++ b/bot/utils/checks.py
@@ -1,6 +1,7 @@
import datetime
import logging
-from typing import Callable, Container, Iterable, Optional
+from collections.abc import Container, Iterable
+from typing import Callable, Optional
from discord.ext.commands import (
BucketType,