Skip to content

Commit

Permalink
fix: remove redundant importat
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Mar 8, 2024
1 parent 91df8de commit 6b06fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/contracts/test/10_unit-testing/11_plugin.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import {createDaoProxy} from '../20_integration-testing/test-helpers';
import {PLUGIN_CONTRACT_NAME} from '../../plugin-settings';
import {
Admin,
Expand All @@ -22,7 +23,7 @@ import {
getInterfaceId,
DAO_PERMISSIONS,
} from '@aragon/osx-commons-sdk';
import {DAO, DAOEvents, DAOStructs, DAO__factory} from '@aragon/osx-ethers';
import {DAO, DAOEvents, DAOStructs} from '@aragon/osx-ethers';
import {loadFixture} from '@nomicfoundation/hardhat-network-helpers';
import {SignerWithAddress} from '@nomiclabs/hardhat-ethers/signers';
import {expect} from 'chai';
Expand Down

0 comments on commit 6b06fa1

Please sign in to comment.