From 11ba65ec4a942837b20cf83af07716993b246498 Mon Sep 17 00:00:00 2001 From: jahooma Date: Fri, 9 Sep 2022 22:43:33 +0000 Subject: [PATCH] Auto-remove unused imports --- common/scoring.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/scoring.ts b/common/scoring.ts index e88ea5fc..4ef46534 100644 --- a/common/scoring.ts +++ b/common/scoring.ts @@ -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(