aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Hedy Li <[email protected]>2020-10-09 09:00:39 +0000
committerGravatar Hedy Li <[email protected]>2020-10-09 09:00:39 +0000
commit6d79f76b57d9fab52a32c68c572db4f8a7175da1 (patch)
treea37f50df70d7ffbaf25f9eaf3353bf0ff1748d89 /bot
parentMerge branch 'master' of https://github.com/hedythedev/seasonalbot (diff)
forgot to import
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/halloween/hacktoberstats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py
index 7db2d86a..e77a71f1 100644
--- a/bot/exts/halloween/hacktoberstats.py
+++ b/bot/exts/halloween/hacktoberstats.py
@@ -4,7 +4,7 @@ import re
from collections import Counter
from datetime import datetime
from pathlib import Path
-from typing import List, Tuple
+from typing import List, Tuple, Union
import aiohttp
import discord