From a01faba17bb7283995d7ffe82aa239441049afe4 Mon Sep 17 00:00:00 2001 From: ingawei Date: Wed, 14 Sep 2022 17:50:51 -0700 Subject: [PATCH] linting --- web/components/numeric-resolution-panel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/numeric-resolution-panel.tsx b/web/components/numeric-resolution-panel.tsx index dba0e170..70fbf01f 100644 --- a/web/components/numeric-resolution-panel.tsx +++ b/web/components/numeric-resolution-panel.tsx @@ -10,7 +10,6 @@ import { NumericContract, PseudoNumericContract } from 'common/contract' import { APIError, resolveMarket } from 'web/lib/firebase/api' import { BucketInput } from './bucket-input' import { getPseudoProbability } from 'common/pseudo-numeric' -import { Row } from './layout/row' export function NumericResolutionPanel(props: { isAdmin: boolean