mik-laj commented on a change in pull request #14528:
URL: https://github.com/apache/airflow/pull/14528#discussion_r584297598
##########
File path: airflow/cli/commands/cheat_sheet_command.py
##########
@@ -14,13 +14,10 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-
from typing import Iterable, List, Optional, Union
-from rich.console import Console
-
from airflow.cli.cli_parser import ActionCommand, GroupCommand,
airflow_commands
-from airflow.cli.simple_table import SimpleTable
+from airflow.cli.simple_table import SimpleTable, AirflowConsole
Review comment:
```suggestion
from airflow.cli.simple_table import AirflowConsole, SimpleTable
```
##########
File path: airflow/cli/commands/info_command.py
##########
@@ -27,10 +27,9 @@
import requests
import tenacity
-from rich.console import Console
from airflow import configuration
-from airflow.cli.simple_table import SimpleTable
+from airflow.cli.simple_table import SimpleTable, AirflowConsole
Review comment:
```suggestion
from airflow.cli.simple_table import AirflowConsole, SimpleTable
```
----------------------------------------------------------------
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]