diracx-client 0.0.1a19__py3-none-any.whl → 0.0.1a20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  # coding=utf-8
2
2
  # --------------------------------------------------------------------------
3
- # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.0, generator: @autorest/python@6.23.0)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.26.0)
4
4
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
5
  # --------------------------------------------------------------------------
6
6
 
@@ -95,5 +95,5 @@ __all__ = [
95
95
  "SortDirection",
96
96
  "VectorSearchOperator",
97
97
  ]
98
- __all__.extend([p for p in _patch_all if p not in __all__])
98
+ __all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
99
99
  _patch_sdk()
@@ -1,6 +1,6 @@
1
1
  # coding=utf-8
2
2
  # --------------------------------------------------------------------------
3
- # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.0, generator: @autorest/python@6.23.0)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.26.0)
4
4
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
5
  # --------------------------------------------------------------------------
6
6
 
@@ -1,7 +1,7 @@
1
- # coding=utf-8
2
1
  # pylint: disable=too-many-lines
2
+ # coding=utf-8
3
3
  # --------------------------------------------------------------------------
4
- # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.0, generator: @autorest/python@6.23.0)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.26.0)
5
5
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
6
6
  # --------------------------------------------------------------------------
7
7
 
@@ -14,10 +14,9 @@ from .. import _serialization
14
14
  if sys.version_info >= (3, 9):
15
15
  from collections.abc import MutableMapping
16
16
  else:
17
- from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports
17
+ from typing import MutableMapping # type: ignore
18
18
 
19
19
  if TYPE_CHECKING:
20
- # pylint: disable=unused-import,ungrouped-imports
21
20
  from .. import models as _models
22
21
  JSON = MutableMapping[str, Any] # pylint: disable=unsubscriptable-object
23
22
 
@@ -1,6 +1,6 @@
1
1
  # coding=utf-8
2
2
  # --------------------------------------------------------------------------
3
- # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.0, generator: @autorest/python@6.23.0)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.26.0)
4
4
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
5
  # --------------------------------------------------------------------------
6
6
 
@@ -19,5 +19,5 @@ __all__ = [
19
19
  "ConfigOperations",
20
20
  "JobsOperations",
21
21
  ]
22
- __all__.extend([p for p in _patch_all if p not in __all__])
22
+ __all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
23
23
  _patch_sdk()