[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
+1 -1
View File
@@ -52,7 +52,7 @@ The process for contributing to any of the Elasticsearch repositories is similar
$ python -m pip install nox
# Auto-format and lint your changes
$ nox -s blacken
$ nox -s format
# Run the test suite
$ python setup.py test