You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/10 01:26:14 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #7117: [AIRFLOW-6520] Simplify `airflow config` command

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

 ##########
 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:
   It is required by the function that calls these functions. Simply: All commands accept arguments. It's required.
   https://github.com/apache/airflow/blob/master/airflow/bin/airflow#L39
   

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


With regards,
Apache Git Services