diff --git a/test_elasticsearch/test_server/test_common.py b/test_elasticsearch/test_server/test_common.py index fe02e0de..b9757e53 100644 --- a/test_elasticsearch/test_server/test_common.py +++ b/test_elasticsearch/test_server/test_common.py @@ -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