diff options
author | 2020-12-03 09:45:43 +0800 | |
---|---|---|
committer | 2020-12-03 09:45:43 +0800 | |
commit | 4550d27308b17c6107f123469cf529c35318654a (patch) | |
tree | 0ceec73af96cd9f86d4c73a5c7a7ddc295528835 | |
parent | Merge branch 'master' into hackstats (diff) |
Remove unused pathlib.Path import
-rw-r--r-- | bot/exts/halloween/hacktoberstats.py | 1 |
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 |