[7.x] Sort imports with isort and regenerate APIs

This commit is contained in:
Seth Michael Larson
2021-01-13 14:21:04 -06:00
committed by GitHub
parent e0e54a1128
commit a728aaa491
195 changed files with 1010 additions and 816 deletions
+3 -2
View File
@@ -16,11 +16,12 @@
# under the License.
from __future__ import unicode_literals
import warnings
from elasticsearch.client import _normalize_hosts, Elasticsearch
from elasticsearch.client import Elasticsearch, _normalize_hosts
from ..test_cases import TestCase, ElasticsearchTestCase
from ..test_cases import ElasticsearchTestCase, TestCase
class TestNormalizeHosts(TestCase):