Skip to content

Commit

Permalink
no unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Sep 3, 2024
1 parent 50e09f9 commit 7f053ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"correctness": {
"noInnerDeclarations": "error",
"noUnusedImports": "error",
"noUnusedVariables": "error",
"useExhaustiveDependencies": "off",
"useHookAtTopLevel": "info"
},
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/plugins/impl/data-frames/DataFramePlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,3 @@ DataFrameComponent.displayName = "DataFrameComponent";
function getColumnSummaries() {
return Promise.resolve({ summaries: [], data: null });
}

function prettyNumber(value: number): string {
return new Intl.NumberFormat().format(value);
}

0 comments on commit 7f053ad

Please sign in to comment.