We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7ef4a commit 587fd5bCopy full SHA for 587fd5b
airflow-core/tests/unit/jobs/test_scheduler_job.py
@@ -8860,7 +8860,7 @@ def test_consumer_dag_listen_to_two_partitioned_asset_with_key_1_mapper(
8860
# Advanced users can import from core and register their own partition mapper
8861
# via an Airflow plugin.
8862
# We intentionally exclude core mappers from the public typing
8863
- # so standard users don’t accidentally rely on internal implementations.
+ # so standard users don't accidentally rely on internal implementations.
8864
partition_mapper_mapping={
8865
Asset(name="asset-1"): Key1Mapper(), # type: ignore[dict-item]
8866
Asset(name="asset-2"): Key1Mapper(), # type: ignore[dict-item]
0 commit comments