OmerJog commented on issue #6824: [AIRFLOW-6258] add CloudFormation operators to contrib URL: https://github.com/apache/airflow/pull/6824#issuecomment-566428846 @aviemzur can you please fix errors? ``` airflow/contrib/operators/cloudformation_create_stack_operator.py:1:0: C0111: Missing module docstring (missing-docstring) airflow/contrib/operators/cloudformation_create_stack_operator.py:52:8: C0103: Attribute name "StackName" doesn't conform to snake_case naming style (invalid-name) airflow/contrib/operators/cloudformation_create_stack_operator.py:53:8: C0103: Attribute name "TimeoutInMinutes" doesn't conform to snake_case naming style (invalid-name) airflow/contrib/operators/cloudformation_create_stack_operator.py:49:57: E1101: Method '__init__' has no '__wrapped__' member (no-member) airflow/contrib/operators/cloudformation_create_stack_operator.py:49:57: E1101: Method '__init__' has no '__wrapped__' member (no-member) airflow/contrib/operators/cloudformation_create_stack_operator.py:49:57: E1101: Method '__init__' has no '__wrapped__' member (no-member) ************* Module airflow.contrib.operators.cloudformation_delete_stack_operator airflow/contrib/operators/cloudformation_delete_stack_operator.py:1:0: C0111: Missing module docstring (missing-docstring) airflow/contrib/operators/cloudformation_delete_stack_operator.py:48:8: C0103: Attribute name "StackName" doesn't conform to snake_case naming style (invalid-name) airflow/contrib/operators/cloudformation_delete_stack_operator.py:45:57: E1101: Method '__init__' has no '__wrapped__' member (no-member) airflow/contrib/operators/cloudformation_delete_stack_operator.py:45:57: E1101: Method '__init__' has no '__wrapped__' member (no-member) airflow/contrib/operators/cloudformation_delete_stack_operator.py:45:57: E1101: Method '__init__' has no '__wrapped__' member (no-member) ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
