Skip to content

Commit

Permalink
Remove unused ts directive (#7829)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila authored Oct 5, 2023
1 parent 1eac457 commit 27def47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/src/Editor/SourceEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default function SourceEditor({
const codeActionProvider = monaco?.languages.registerCodeActionProvider(
"python",
{
// @ts-expect-error: The type definition is wrong.
provideCodeActions: function (model, position) {
const actions = diagnostics
.filter((check) => position.startLineNumber === check.location.row)
Expand Down

0 comments on commit 27def47

Please sign in to comment.