Skip to content

Commit eedc96f

Browse files
committed
update
1 parent 68ad458 commit eedc96f

File tree

1 file changed

+2
-1
lines changed
  • sdk/search/azure-search-documents/azure/search/documents/_generated/models

1 file changed

+2
-1
lines changed

sdk/search/azure-search-documents/azure/search/documents/_generated/models/_models_py3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
66
# --------------------------------------------------------------------------
77

8-
from typing import Any, Optional, TYPE_CHECKING, Union
8+
from typing import Any, Optional, TYPE_CHECKING, Union, MutableMapping
99

1010
from .._utils import serialization as _serialization
1111

1212
if TYPE_CHECKING:
1313
from .. import models as _models
1414

15+
JSON = MutableMapping[str, Any]
1516

1617
class AutocompleteItem(_serialization.Model):
1718
"""The result of Autocomplete requests.

0 commit comments

Comments
 (0)