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 09:37:59 UTC

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

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


##########
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:
   I think this might be better done after I merge it (today :)) 



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