removed unused import of random
This commit is contained in:
parent
c2997ae0d1
commit
3e3f905839
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
import markovify
|
import markovify
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
import re, random, multiprocessing, sqlite3, shutil, os, json
|
import re, multiprocessing, sqlite3, shutil, os, json
|
||||||
|
|
||||||
def make_sentence(output):
|
def make_sentence(output):
|
||||||
class nlt_fixed(markovify.NewlineText): #modified version of NewlineText that never rejects sentences
|
class nlt_fixed(markovify.NewlineText): #modified version of NewlineText that never rejects sentences
|
||||||
|
|
Loading…
Reference in a new issue