[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
@@ -19,14 +19,14 @@
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
# See the LICENSE file in the project root for more information
import pytest
import asyncio
from mock import patch, MagicMock
from elasticsearch import helpers, TransportError
import pytest
from mock import MagicMock, patch
from elasticsearch import TransportError, helpers
from elasticsearch.helpers import ScanError
pytestmark = pytest.mark.asyncio