Skip to content

Commit

Permalink
Fix invalid JSON (known.json) (#2100)
Browse files Browse the repository at this point in the history
## Changes

This PR fixes our `known.json` file to make it valid JSON: at present it
won't load because of the presence of a trailing comma that renders it
invalid JSON. (This was accidentally introduced by PR #2099.)
  • Loading branch information
asnare authored Jul 8, 2024
1 parent 7d5b3ef commit b2a2ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@
}
],
"arc.utils": [],
"arc.utils.utils": [],
"arc.utils.utils": []
},
"databricks-feature-engineering": {
"databricks": [],
Expand Down

0 comments on commit b2a2ae4

Please sign in to comment.