diff options
author | 2020-10-09 09:00:39 +0000 | |
---|---|---|
committer | 2020-10-09 09:00:39 +0000 | |
commit | 6d79f76b57d9fab52a32c68c572db4f8a7175da1 (patch) | |
tree | a37f50df70d7ffbaf25f9eaf3353bf0ff1748d89 /bot/exts | |
parent | Merge branch 'master' of https://github.com/hedythedev/seasonalbot (diff) |
forgot to import
Diffstat (limited to 'bot/exts')
-rw-r--r-- | bot/exts/halloween/hacktoberstats.py | 2 |
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 |