Removes unnecessary import

Change-Id: I60e1863c73c115769548ecb80fc74346ad27720e
This commit is contained in:
Stan Lagun 2016-02-23 04:05:42 +03:00
parent 5dc4aedd52
commit 0979d150bc
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ import time
import jsonpatch
import jsonpointer
import six
from six.moves import range
from yaql.language import specs
from yaql.language import utils
from yaql.language import yaqltypes