diff options
| author | Pratyush Desai | 2024-11-02 01:00:54 +0530 |
|---|---|---|
| committer | Pratyush Desai | 2024-11-02 01:00:54 +0530 |
| commit | 41f4e7d749f2d94a092f7abb2c0a38ac86bc4b40 (patch) | |
| tree | 257ba58505e0e2537d69e525c243cf511b603681 /plugin.py | |
| parent | 4c7f27393e22abad02af2946adc7fc4e2dd1d953 (diff) | |
| download | tripsit-41f4e7d749f2d94a092f7abb2c0a38ac86bc4b40.tar.gz tripsit-41f4e7d749f2d94a092f7abb2c0a38ac86bc4b40.tar.bz2 tripsit-41f4e7d749f2d94a092f7abb2c0a38ac86bc4b40.zip | |
Remove Unneeded Deps
Contained imports which weren't being used.
They have been removed.
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
Diffstat (limited to 'plugin.py')
| -rw-r--r-- | plugin.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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: |
