Acehaidrey commented on a change in pull request #18916:
URL: https://github.com/apache/airflow/pull/18916#discussion_r733286701
##########
File path: tests/cli/commands/test_role_command.py
##########
@@ -17,11 +17,13 @@
# under the License.
#
import io
+import tempfile
from contextlib import redirect_stdout
import pytest
from airflow.cli.commands import role_command
+from airflow.settings import json
Review comment:
you are right - updated
--
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]