Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
banasa44 committed Apr 8, 2024
1 parent b64075b commit 7a4acc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/subgraph/tests/plugin/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {MultisigApprover} from '../../generated/schema';
import {
generateMemberEntityId,
generateVoterEntityId,
Expand Down Expand Up @@ -47,7 +46,7 @@ import {
generateActionEntityId,
createDummyAction,
} from '@aragon/osx-commons-subgraph';
import {Address, BigInt, DataSourceContext} from '@graphprotocol/graph-ts';
import {BigInt, DataSourceContext} from '@graphprotocol/graph-ts';
import {
afterEach,
assert,
Expand Down

0 comments on commit 7a4acc8

Please sign in to comment.