Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec authored and github-actions[bot] committed Jul 12, 2024
1 parent 6de43da commit 78ec8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lib/supabase/contracts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Contract, CPMMContract } from 'common/contract'
import { run, selectFrom, SupabaseClient, Tables } from 'common/supabase/utils'
import { run, selectFrom, SupabaseClient } from 'common/supabase/utils'
import { filterDefined } from 'common/util/array'
import { db } from './db'
import { chunk, uniqBy } from 'lodash'
Expand Down

0 comments on commit 78ec8aa

Please sign in to comment.