From 41f4e7d749f2d94a092f7abb2c0a38ac86bc4b40 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sat, 2 Nov 2024 01:00:54 +0530 Subject: [PATCH] Remove Unneeded Deps Contained imports which weren't being used. They have been removed. Signed-off-by: Pratyush Desai --- plugin.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugin.py b/plugin.py index 94956fa..ce88f09 100644 --- a/plugin.py +++ b/plugin.py @@ -28,19 +28,13 @@ ### -from humanize import ordinal from supybot import utils, plugins, ircutils, callbacks, world, conf, log from supybot.commands import * from num2words import num2words -import dateutil.parser -import json -import requests import pickle -import sys import datetime -import time import pytz try: