Skip to content

Commit

Permalink
nit: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Sep 25, 2024
1 parent f93ee8f commit 9910741
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions subgraphs/klimadao/src/sdk/protocols/generic/pool.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { TokenManager } from "./tokens";
import { ProtocolManager } from "./protocol";
import { PoolSnapshot } from "./poolSnapshot";
import {
BIGDECIMAL_ZERO,
BIGINT_ZERO,
ZERO_ADDRESS,
} from "../../util/constants";
import { BIGDECIMAL_ZERO, BIGINT_ZERO } from "../../util/constants";
import { Pool as PoolSchema, Token } from "../../../../generated/schema";
import { Bytes, BigDecimal, BigInt, Address } from "@graphprotocol/graph-ts";

Expand Down

0 comments on commit 9910741

Please sign in to comment.