Skip to content

Commit

Permalink
🐝 remove obsolete imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Dec 13, 2023
1 parent 3a8b3d1 commit 562abd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript.preferences.useAliasesForRenames": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"typescript.preferences.importModuleSpecifierEnding": "js",
"javascript.preferences.importModuleSpecifierEnding": "js",
Expand Down
4 changes: 0 additions & 4 deletions baker/formatting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ import {
DataValueConfiguration,
DataValueQueryArgs,
FormattedPost,
FormattingOptions,
KeyValueProps,
OwidVariableId,
Country,
OwidVariableDataMetadataDimensions,
OwidChartDimensionInterface,
OwidVariableDisplayConfigInterface,
capitalize,
Url,
extractFormattingOptions,
parseFormattingOptions,
parseKeyValueArgs,
} from "@ourworldindata/utils"
import { countryProfileDefaultCountryPlaceholder } from "../site/countryProfileProjects.js"
Expand Down

0 comments on commit 562abd2

Please sign in to comment.