This is an automated email from the ASF dual-hosted git repository.

eladkal 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 5a7d957fbb7 delete duplicate import in test_hitl.py (#63886)
5a7d957fbb7 is described below

commit 5a7d957fbb7d072e1dbc1eafd137eee29db11576
Author: rjgoyln <[email protected]>
AuthorDate: Mon Mar 23 17:26:14 2026 +0800

    delete duplicate import in test_hitl.py (#63886)
---
 providers/standard/tests/unit/standard/operators/test_hitl.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/providers/standard/tests/unit/standard/operators/test_hitl.py 
b/providers/standard/tests/unit/standard/operators/test_hitl.py
index e4bc4414750..6a71c3d1d94 100644
--- a/providers/standard/tests/unit/standard/operators/test_hitl.py
+++ b/providers/standard/tests/unit/standard/operators/test_hitl.py
@@ -30,7 +30,6 @@ from typing import TYPE_CHECKING, Any
 from unittest.mock import MagicMock, patch
 from urllib.parse import parse_qs, urlparse
 
-import pytest
 from sqlalchemy import select
 
 from airflow.models import TaskInstance, Trigger

Reply via email to