removing extra imports

This commit is contained in:
Honza Kral
2013-07-10 16:17:53 +02:00
parent 6c541386bb
commit 02e632f17a
@@ -4,7 +4,7 @@ some integration tests. These files are shared among all official Elasticsearch
clients.
"""
from os import walk, environ
from os.path import dirname, abspath, join
from os.path import join
import yaml
from unittest import TestCase, SkipTest