Clean up #12

Merged
pratyush merged 2 commits from clean_up into master 2024-11-01 20:46:44 +01:00
Showing only changes of commit 41f4e7d749 - Show all commits

View File

@ -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: