mf-hyunsoo-kang commented on PR #42058:
URL: https://github.com/apache/airflow/pull/42058#issuecomment-2339547698

   Sorry, I didn't push the changes.
   
   `field_a` and `field_b` are renamed to `foo` and `bar`, since they have more 
consistency with other documentations and they have shorter length not to 
bother formatter(see below).
   
   Before:
   
   ```python
   def __init__(
                   self, field_b, **kwargs
               ) -> None:  # should be def __init__(self, field_a, field_b, 
**kwargs)
   ```
   
   After:
   
   ```python
   def __init__(self, bar, **kwargs) -> None:  # should be def __init__(self, 
foo, bar, **kwargs)
   ```


-- 
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]

Reply via email to