Skip to content

Commit 2642493

Browse files
Abel Milashclaude
andcommitted
Remove incorrect circular import mention from _BatchContext comment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f4dc503 commit 2642493

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/PowerPlatform/Dataverse/operations

src/PowerPlatform/Dataverse/operations/batch.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ class _BatchContext(Protocol):
7171
are pure (no I/O) and shared by both the sync and async batch implementations.
7272
This Protocol allows them to type-annotate their ``batch`` parameter correctly
7373
without importing either concrete class (``BatchRequest`` or
74-
``AsyncBatchRequest``), which would require ``# type: ignore`` or create a
75-
circular import.
74+
``AsyncBatchRequest``), which would otherwise require ``# type: ignore``.
7675
7776
Both :class:`~PowerPlatform.Dataverse.operations.batch.BatchRequest` and
7877
:class:`~PowerPlatform.Dataverse.aio.operations.async_batch.AsyncBatchRequest`

0 commit comments

Comments
 (0)