uranusjr commented on code in PR #27526:
URL: https://github.com/apache/airflow/pull/27526#discussion_r1015254128
##########
kubernetes_tests/test_kubernetes_pod_operator.py:
##########
@@ -51,7 +50,7 @@
def create_context(task) -> Context:
dag = DAG(dag_id="dag")
- tzinfo = pendulum.timezone("Europe/Amsterdam")
+ tzinfo = pendulum.timezone("Europe/Amsterdam") # type: ignore
Review Comment:
Ah that makes sense, there _is_ a `pendulum.timezone` subpackage.
Some of our code uses `pendulum.tz.timezone` instead and that seems to work
fine.
--
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]