Skip to content

Commit

Permalink
Explain unused variable (#1946)
Browse files Browse the repository at this point in the history
`make fmt` was picking this up. I don know why it just came up now, the
change dates back to 16th of April
  • Loading branch information
JCZuurmond authored Jul 2, 2024
1 parent 65e021d commit 2038eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/databricks/labs/ucx/mixins/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,7 @@ def remove(table: dict):

@pytest.fixture
def make_dbfs_data_copy(ws, make_cluster, env_or_skip):
_ = make_cluster # Need cluster to copy data
if ws.config.is_aws:
cmd_exec = CommandExecutor(ws.clusters, ws.command_execution, lambda: env_or_skip("TEST_WILDCARD_CLUSTER_ID"))

Expand Down

0 comments on commit 2038eb7

Please sign in to comment.