We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dc503 commit 2642493Copy full SHA for 2642493
1 file changed
src/PowerPlatform/Dataverse/operations/batch.py
@@ -71,8 +71,7 @@ class _BatchContext(Protocol):
71
are pure (no I/O) and shared by both the sync and async batch implementations.
72
This Protocol allows them to type-annotate their ``batch`` parameter correctly
73
without importing either concrete class (``BatchRequest`` or
74
- ``AsyncBatchRequest``), which would require ``# type: ignore`` or create a
75
- circular import.
+ ``AsyncBatchRequest``), which would otherwise require ``# type: ignore``.
76
77
Both :class:`~PowerPlatform.Dataverse.operations.batch.BatchRequest` and
78
:class:`~PowerPlatform.Dataverse.aio.operations.async_batch.AsyncBatchRequest`
0 commit comments