Skip to content

Commit 587fd5b

Browse files
committed
fixup! style: remove core partition mapper from typing
1 parent 1a7ef4a commit 587fd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-core/tests/unit/jobs/test_scheduler_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8860,7 +8860,7 @@ def test_consumer_dag_listen_to_two_partitioned_asset_with_key_1_mapper(
88608860
# Advanced users can import from core and register their own partition mapper
88618861
# via an Airflow plugin.
88628862
# We intentionally exclude core mappers from the public typing
8863-
# so standard users dont accidentally rely on internal implementations.
8863+
# so standard users don't accidentally rely on internal implementations.
88648864
partition_mapper_mapping={
88658865
Asset(name="asset-1"): Key1Mapper(), # type: ignore[dict-item]
88668866
Asset(name="asset-2"): Key1Mapper(), # type: ignore[dict-item]

0 commit comments

Comments
 (0)