From 6d79f76b57d9fab52a32c68c572db4f8a7175da1 Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Fri, 9 Oct 2020 09:00:39 +0000 Subject: forgot to import --- bot/exts/halloween/hacktoberstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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 -- cgit v1.2.3