diff options
author | 2022-12-28 23:33:05 +0100 | |
---|---|---|
committer | 2022-12-28 22:33:05 +0000 | |
commit | 7aefa4e6d418bc70327d6e409b760463f0de432d (patch) | |
tree | 0a279cb383eabf7c0870da99909f2c5081e27fc7 /bot/__init__.py | |
parent | Bump pre-commit from 2.20.0 to 2.21.0 (#1178) (diff) |
Bump botcore version (#1180)
Co-authored-by: Amrou Bellalouna <[email protected]>
Diffstat (limited to 'bot/__init__.py')
-rw-r--r-- | bot/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__init__.py b/bot/__init__.py index 33fd4e1c..454e235e 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -12,7 +12,7 @@ from typing import TYPE_CHECKING import arrow import sentry_sdk -from botcore.utils import apply_monkey_patches +from pydis_core.utils import apply_monkey_patches from sentry_sdk.integrations.logging import LoggingIntegration from sentry_sdk.integrations.redis import RedisIntegration |