Skip to content

Commit 8186199

Browse files
remove unused imports
1 parent 1fdf5bc commit 8186199

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test_elasticsearch/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
from typing import Optional, Tuple
2323

2424
from elasticsearch import (
25-
AuthorizationException,
2625
ConnectionError,
2726
Elasticsearch,
28-
NotFoundError,
2927
)
3028

3129
SOURCE_DIR = Path(__file__).absolute().parent.parent

0 commit comments

Comments
 (0)