Auto-remove unused imports

This commit is contained in:
jahooma 2022-09-09 22:43:33 +00:00 committed by github-actions[bot]
parent 26f83ac4f6
commit 11ba65ec4a

View File

@ -1,9 +1,8 @@
import { groupBy, sumBy, mapValues, partition } from 'lodash'
import { groupBy, sumBy, mapValues } from 'lodash'
import { Bet } from './bet'
import { getContractBetMetrics } from './calculate'
import { Contract } from './contract'
import { getPayouts } from './payouts'
export function scoreCreators(contracts: Contract[]) {
const creatorScore = mapValues(