You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/13 07:49:09 UTC

[GitHub] [airflow] pankajkoti commented on a diff in pull request #26221: Remove log group from AWS batch system test

pankajkoti commented on code in PR #26221:
URL: https://github.com/apache/airflow/pull/26221#discussion_r969264838


##########
tests/system/providers/amazon/aws/example_batch.py:
##########
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 from datetime import datetime
+from typing import List, Optional, Tuple

Review Comment:
   Can you try using `__future__.annotations` like in PR: https://github.com/apache/airflow/pull/26290/files



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org