Skip to content

Commit

Permalink
Merge from main
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruzzi committed Jan 5, 2022
1 parent 05abb3b commit 788cba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/operators/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- https://docs.aws.amazon.com/batch/latest/APIReference/Welcome.html
"""
import warnings
from typing import TYPE_CHECKING, Any, Dict, Optional, Sequence
from typing import Any, Optional, Sequence, TYPE_CHECKING

from airflow.exceptions import AirflowException
from airflow.models import BaseOperator
Expand Down

0 comments on commit 788cba2

Please sign in to comment.