Skip to content

Commit 91daaac

Browse files
committed
Fix lint
1 parent c55bf0e commit 91daaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_elasticsearch/test_async/test_server/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# under the License.
1717

1818
import pytest
19+
import pytest_asyncio
1920
import sniffio
2021

2122
import elasticsearch
22-
import pytest_asyncio
2323

2424
from ...utils import CA_CERTS, wipe_cluster
2525

0 commit comments

Comments
 (0)