remove unneeded import

This commit is contained in:
Gordon Shumway 2019-12-22 15:30:49 -05:00 committed by GitHub
parent 993b7a3806
commit ef4227f676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -13,18 +13,17 @@ import supybot.callbacks as callbacks
import supybot.ircmsgs as ircmsgs
import supybot.log as log
import supybot.conf as conf
from itertools import chain
import os
import requests
import random
import re
import json
import gc
from itertools import chain
import markovify
import spacy
from psaw import PushshiftAPI
from ftfy import fix_text
from nltk.tokenize import sent_tokenize
import gc
try:
from supybot.i18n import PluginInternationalization