8000 Merge pull request #3000 from JelleZijlstra/patch-1 · nltk/nltk@00219c2 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 00219c2

Browse files
authored
Merge pull request #3000 from JelleZijlstra/patch-1
Remove unnecessary sqlite code
2 parents de46911 + a53a113 commit 00219c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nltk/sem/relextract.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def in_demo(trace=0, sql=True):
319319
import sqlite3
320320

321321
connection = sqlite3.connect(":memory:")
322-
connection.text_factory = sqlite3.OptimizedUnicode
323322
cur = connection.cursor()
324323
cur.execute(
325324
"""create table Locations

0 commit comments

Comments
 (0)
0