Skip to content

Commit

Permalink
🐝 fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Mar 16, 2024
1 parent 146ea9e commit b37a219
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion db/model/Source.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Entity, PrimaryGeneratedColumn, Column, BaseEntity } from "typeorm"
import {
DbEnrichedSource,
DbRawSource,
Expand Down
2 changes: 0 additions & 2 deletions db/model/Variable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ import {
OwidVariableId,
ChartTypeName,
DimensionProperty,
OwidLicense,
GrapherInterface,
OwidProcessingLevel,
DbRawVariable,
} from "@ourworldindata/types"
import { knexRaw, knexRawFirst } from "../db.js"
Expand Down

0 comments on commit b37a219

Please sign in to comment.