diff --git a/src/mappings/helpers/weighted.ts b/src/mappings/helpers/weighted.ts index 6f9e1113..e4f9966e 100644 --- a/src/mappings/helpers/weighted.ts +++ b/src/mappings/helpers/weighted.ts @@ -1,7 +1,6 @@ import { Address, BigInt, Bytes } from '@graphprotocol/graph-ts'; import { Pool, GradualWeightUpdate } from '../../types/schema'; -import { WeightedPool } from '../../types/templates/WeightedPool/WeightedPool'; import { ZERO_BD, ONE, ZERO } from './constants'; import { scaleDown, loadPoolToken } from './misc';