Skip to content

Remove duplicate import in test_doc_inventory#63845

Merged
jscheffl merged 1 commit intoapache:mainfrom
henry3260:fix-duplicate-import-path
Apr 3, 2026
Merged

Remove duplicate import in test_doc_inventory#63845
jscheffl merged 1 commit intoapache:mainfrom
henry3260:fix-duplicate-import-path

Conversation

@henry3260
Copy link
Copy Markdown
Contributor

@henry3260 henry3260 commented Mar 17, 2026

from pathlib import Path in line 20 and 28

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes a duplicate Path import in the Task SDK docs inventory test file to keep imports clean and avoid redundancy.

Changes:

  • Deleted the second from pathlib import Path import from test_docs_inventory.py.

@potiuk potiuk added the ready for maintainer review Set after triaging when all criteria pass. label Apr 2, 2026
@jscheffl jscheffl merged commit 7d9819c into apache:main Apr 3, 2026
111 checks passed
@henry3260 henry3260 deleted the fix-duplicate-import-path branch April 3, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:task-sdk ready for maintainer review Set after triaging when all criteria pass.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants