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 23, 2024
1 parent 9ed4d03 commit 0898eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/contract.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { JSONContent } from '@tiptap/core'
import { getDisplayProbability } from 'common/calculate'
import { GroupLink, Topic } from 'common/group'
import { Topic } from 'common/group'
import { ChartAnnotation } from 'common/supabase/chart-annotations'
import { sum } from 'lodash'
import { Answer } from './answer'
Expand Down

0 comments on commit 0898eb6

Please sign in to comment.