o-nikolas commented on code in PR #39093: URL: https://github.com/apache/airflow/pull/39093#discussion_r1569269444
########## airflow/providers/amazon/aws/executors/batch/__init__.py: ########## @@ -14,3 +14,8 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +from __future__ import annotations + +from airflow.providers.amazon.aws.executors.batch.batch_executor import AwsBatchExecutor + +AwsBatchExecutor = AwsBatchExecutor Review Comment: Sure, yeah, that's fair. I'll some comments to the code itself. -- 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]
