Skip to content

Commit d15b62d

Browse files
authored
chore(subgraph): remove unused imports on User.ts
1 parent 5d18a33 commit d15b62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subgraph/src/entities/User.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { BigInt, log } from "@graphprotocol/graph-ts";
2-
import { User, Dispute } from "../../generated/schema";
1+
import { BigInt } from "@graphprotocol/graph-ts";
2+
import { User } from "../../generated/schema";
33
import { ONE, ZERO } from "../utils";
44

55
export function ensureUser(id: string): User {

0 commit comments

Comments
 (0)