removed unused import of random

This commit is contained in:
Lynne 2019-01-11 22:57:18 +10:00
parent c2997ae0d1
commit 3e3f905839
No known key found for this signature in database
GPG Key ID: FB7B970303ACE499
1 changed files with 1 additions and 1 deletions

View File

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