Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlins committed Oct 16, 2018
1 parent 7f151a0 commit 4e32a6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lamb/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def nltk_tree_wrapper(t):
import tkinter
except:
return "NLTK cannot draw trees without tkinter"
import os, platform
tree = "NLTK tree drawing failed, please make sure you have `nltk` installed"
try:
import nltk
Expand Down

0 comments on commit 4e32a6c

Please sign in to comment.