Skip to content

Commit 59b2023

Browse files
committed
Lint
1 parent a672f17 commit 59b2023

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/sim/providers/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getCostMultiplier, isHosted } from '@/lib/environment'
1+
import { isHosted } from '@/lib/environment'
22
import { createLogger } from '@/lib/logs/console/logger'
33
import { anthropicProvider } from '@/providers/anthropic'
44
import { azureOpenAIProvider } from '@/providers/azure-openai'
@@ -491,7 +491,6 @@ export function calculateCost(
491491
logger.info('Final input cost', { finalInputCost })
492492
logger.info('Final output cost', { finalOutputCost })
493493
logger.info('Final total cost', { finalTotalCost })
494-
495494

496495
return {
497496
input: Number.parseFloat(finalInputCost.toFixed(8)), // Use 8 decimal places for small costs

0 commit comments

Comments
 (0)