aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hedy Li <[email protected]>2020-12-03 09:45:43 +0800
committerGravatar GitHub <[email protected]>2020-12-03 09:45:43 +0800
commit4550d27308b17c6107f123469cf529c35318654a (patch)
tree0ceec73af96cd9f86d4c73a5c7a7ddc295528835
parentMerge branch 'master' into hackstats (diff)
Remove unused pathlib.Path import
-rw-r--r--bot/exts/halloween/hacktoberstats.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py
index ae949f53..a599af73 100644
--- a/bot/exts/halloween/hacktoberstats.py
+++ b/bot/exts/halloween/hacktoberstats.py
@@ -3,7 +3,6 @@ import random
import re
from collections import Counter
from datetime import datetime, timedelta
-from pathlib import Path
from typing import List, Optional, Tuple, Union
import aiohttp