[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 -3
View File
@@ -18,10 +18,10 @@
from __future__ import print_function
import subprocess
import sys
from os import environ
from os.path import dirname, join, pardir, abspath, exists
import subprocess
from os.path import abspath, dirname, exists, join, pardir
def fetch_es_repo():
@@ -50,8 +50,8 @@ def fetch_es_repo():
if environ.get("TEST_ES_NOFETCH", False):
return
from test_elasticsearch.test_server import get_client
from test_elasticsearch.test_cases import SkipTest
from test_elasticsearch.test_server import get_client
# find out the sha of the running es
try: