From 3e3f905839f3a5174574610b252fd2a6328519ac Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 11 Jan 2019 22:57:18 +1000 Subject: [PATCH] removed unused import of random --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.py b/functions.py index 8a11466..6d88243 100755 --- a/functions.py +++ b/functions.py @@ -5,7 +5,7 @@ import markovify from bs4 import BeautifulSoup -import re, random, multiprocessing, sqlite3, shutil, os, json +import re, multiprocessing, sqlite3, shutil, os, json def make_sentence(output): class nlt_fixed(markovify.NewlineText): #modified version of NewlineText that never rejects sentences