Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 27, 2023
1 parent 5ac9b83 commit df9367e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/ssz/test/unit/byType/optional/invalid.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {expect} from "chai";
import {UintNumberType, OptionalType} from "../../../../src";
import {runTypeTestInvalid} from "../runTypeTestInvalid";

Expand Down
2 changes: 1 addition & 1 deletion packages/ssz/test/unit/byType/optional/tree.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {expect} from "chai";
import {OptionalType, ContainerType, UintNumberType, NoneType, ValueOf, toHexString} from "../../../../src";
import {OptionalType, ContainerType, UintNumberType, ValueOf, toHexString} from "../../../../src";

const byteType = new UintNumberType(1);
const SimpleObject = new ContainerType({
Expand Down

0 comments on commit df9367e

Please sign in to comment.