[7.x] Update API generator for async
This commit is contained in:
committed by
Seth Michael Larson
parent
8ffae94912
commit
bed5ffc740
@@ -73,7 +73,8 @@ try:
|
||||
|
||||
from ._async.http_aiohttp import AIOHttpConnection
|
||||
from ._async.transport import AsyncTransport
|
||||
from ._async.client import AsyncElasticsearch
|
||||
|
||||
__all__ += ["AIOHttpConnection", "AsyncTransport"]
|
||||
__all__ += ["AIOHttpConnection", "AsyncTransport", "AsyncElasticsearch"]
|
||||
except (ImportError, SyntaxError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user