[ 
https://issues.apache.org/jira/browse/AIRFLOW-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16776292#comment-16776292
 ] 

ASF subversion and git services commented on AIRFLOW-3944:
----------------------------------------------------------

Commit f3dfc9495be41221bd08ea753555df0975deb961 in airflow's branch 
refs/heads/master from BasPH
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=f3dfc94 ]

[AIRFLOW-3944] Remove code smells (#4762)

- Removed mutable default arguments
- Replace function calls by literals
- Remove reusing same variable names
- Make function name lowercase
- Remove redundant parentheses
- Remove unreachable code
- Replaced unncessary list by set in dataproc_operator.py

> Fix various code smells
> -----------------------
>
>                 Key: AIRFLOW-3944
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3944
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Bas Harenslak
>            Priority: Minor
>
> There are lots of code smells in the Airflow code base. In the corresponding 
> PR I fix the following:
> - Remove mutable default arguments
>  - Replace function calls by literals
>  - Remove reusing same variable names
>  - Make function names lowercase
>  - Remove redundant parentheses
>  - Remove unreachable code



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to