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 Aug 26, 2024
1 parent 41bd514 commit a85ac4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { Configurations } from "../../../../../configurations/configurations/interface";
import {
PROTOCOL_NAME,
PROTOCOL_SLUG,
} from "../../../src/constants";
import { PROTOCOL_NAME, PROTOCOL_SLUG } from "../../../src/constants";
import { Network } from "../../../../../src/sdk/util/constants";

export class TestProtocolAvalancheConfigurations implements Configurations {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { Configurations } from "../../../../../configurations/configurations/interface";
import {
PROTOCOL_NAME,
PROTOCOL_SLUG,
} from "../../../src/constants";
import { PROTOCOL_NAME, PROTOCOL_SLUG } from "../../../src/constants";
import { Network } from "../../../../../src/sdk/util/constants";

export class TestProtocolMainnetConfigurations implements Configurations {
Expand Down

0 comments on commit a85ac4a

Please sign in to comment.