zhongjiajie commented on a change in pull request #7117: [AIRFLOW-6520] 
Simplify `airflow config` command
URL: https://github.com/apache/airflow/pull/7117#discussion_r365034179
 
 

 ##########
 File path: airflow/cli/commands/config_command.py
 ##########
 @@ -15,15 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 """Config sub-commands"""
+import io
+
 from airflow.configuration import conf
 
 
 def show_config(args):
 
 Review comment:
   Could we remove unuse variable `args`?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to