Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrizzle committed Aug 12, 2023
1 parent ab0169d commit 7e50591
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/perennial/test/unit/market/Market.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import {
parse6decimal,
} from '../../../../common/testutil/types'
import { IMarket, MarketParameterStruct, RiskParameterStruct } from '../../../types/generated/contracts/Market'
import { MilliPowerTwo__factory, PowerTwo__factory } from '@equilibria/perennial-v2-payoff/types/generated'
import { constants } from 'os'
import ENOEXEC = module
import { MilliPowerTwo__factory } from '@equilibria/perennial-v2-payoff/types/generated'

const { ethers } = HRE
use(smock.matchers)
Expand Down

0 comments on commit 7e50591

Please sign in to comment.