dstandish commented on code in PR #27526:
URL: https://github.com/apache/airflow/pull/27526#discussion_r1015864460


##########
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:
   that's so weird though... how does that even work, if there is a function 
and a package that have the same name?  is it becaues it's a package and not a 
module that it works? and they just say "tie goes to the function"?



-- 
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