aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/halloween/spookifications.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-11-10 04:02:09 +0400
committerGravatar GitHub <[email protected]>2021-11-10 04:02:09 +0400
commit738b86893c6a8fe82c0298408956c22e06e606cd (patch)
tree01741cc7fe553c7396eec6183701a175b17bda30 /bot/utils/halloween/spookifications.py
parentFix line after function docstring (diff)
parentMerge pull request #915 from python-discord/Add-border-around-bat (diff)
Merge branch 'main' into challenge-fix
Diffstat (limited to 'bot/utils/halloween/spookifications.py')
-rw-r--r--bot/utils/halloween/spookifications.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/utils/halloween/spookifications.py b/bot/utils/halloween/spookifications.py
index 93c5ddb9..c45ef8dc 100644
--- a/bot/utils/halloween/spookifications.py
+++ b/bot/utils/halloween/spookifications.py
@@ -1,8 +1,7 @@
import logging
from random import choice, randint
-from PIL import Image
-from PIL import ImageOps
+from PIL import Image, ImageOps
log = logging.getLogger()