Skip to content

Commit

Permalink
fix type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerSchiewe committed May 17, 2024
1 parent c5edcf6 commit a809dba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cosmos/operators/eks.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,5 @@ class DbtRunOperationEksOperator(DbtEksBaseOperator, DbtRunOperationKubernetesOp
"""

template_fields: Sequence[str] = (
DbtEksBaseOperator.template_fields + DbtRunOperationKubernetesOperator.template_fields
# type: ignore[operator]
DbtEksBaseOperator.template_fields + DbtRunOperationKubernetesOperator.template_fields # type: ignore[operator]
)

0 comments on commit a809dba

Please sign in to comment.