[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
+2 -2
View File
@@ -17,9 +17,9 @@
# type: ignore
import time
import os
from unittest import TestCase, SkipTest
import time
from unittest import SkipTest, TestCase
from elasticsearch import Elasticsearch
from elasticsearch.exceptions import ConnectionError