This is an automated email from the ASF dual-hosted git repository. beto pushed a change to branch ssh-tunnel-ref in repository https://gitbox.apache.org/repos/asf/superset.git
from ef0fb27104 Remove commands add 706f472ea5 Fix lint No new revisions were added by this update. Summary of changes: .../pythonpath_dev/superset_config_docker_light.py | 1 + .../databases/ssh_tunnel/commands/__init__.py | 16 ------ .../ssh_tunnel/commands/commands_tests.py | 58 ---------------------- .../commands/databases/sync_permissions_test.py | 9 ++-- tests/unit_tests/databases/commands/utils_test.py | 9 ++-- tests/unit_tests/databases/ssh_tunnel/dao_tests.py | 37 -------------- 6 files changed, 9 insertions(+), 121 deletions(-) delete mode 100644 tests/integration_tests/databases/ssh_tunnel/commands/__init__.py delete mode 100644 tests/integration_tests/databases/ssh_tunnel/commands/commands_tests.py delete mode 100644 tests/unit_tests/databases/ssh_tunnel/dao_tests.py