This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 7d9819c0bba remove duplicte import (#63845)
7d9819c0bba is described below
commit 7d9819c0bba4b94894a1db168294a6f7dbc6f29d
Author: Henry Chen <[email protected]>
AuthorDate: Sat Apr 4 03:43:20 2026 +0800
remove duplicte import (#63845)
---
task-sdk/tests/task_sdk/docs/test_docs_inventory.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/task-sdk/tests/task_sdk/docs/test_docs_inventory.py
b/task-sdk/tests/task_sdk/docs/test_docs_inventory.py
index 9bac05503b4..f6e7bb35802 100644
--- a/task-sdk/tests/task_sdk/docs/test_docs_inventory.py
+++ b/task-sdk/tests/task_sdk/docs/test_docs_inventory.py
@@ -25,7 +25,6 @@ import importlib
import shutil
import subprocess
import zlib
-from pathlib import Path
import pytest