Skip to content

Commit 6c42f69

Browse files
linter fixes
1 parent 998a7b2 commit 6c42f69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

elasticsearch/compat.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
import asyncio
1918
import inspect
2019
import os
2120
import sys
22-
from contextlib import asynccontextmanager, contextmanager
21+
from contextlib import contextmanager
2322
from pathlib import Path
2423
from threading import Thread
25-
from typing import Any, AsyncIterator, Callable, Coroutine, Iterator, Tuple, Type, Union
24+
from typing import Any, Callable, Iterator, Tuple, Type, Union
2625

2726
string_types: Tuple[Type[str], Type[bytes]] = (str, bytes)
2827

0 commit comments

Comments
 (0)