mhenc commented on code in PR #34026:
URL: https://github.com/apache/airflow/pull/34026#discussion_r1316039440


##########
airflow/jobs/base_job_runner.py:
##########
@@ -27,7 +27,7 @@
     from airflow.jobs.job import Job
     from airflow.serialization.pydantic.job import JobPydantic
 
-J = TypeVar("J", "Job", "JobPydantic", "Job | JobPydantic")
+J = TypeVar("J", "Job", "Job")

Review Comment:
   Right, removed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to