Fix linter error

This commit is contained in:
Cayman 2020-11-29 20:43:57 -06:00
parent c557db4a78
commit 21b319711f
No known key found for this signature in database
GPG Key ID: 54B21AEC3C53E1F5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import {describeDirectorySpecTest, InputType} from "@chainsafe/lodestar-spec-tes
import {bytesToHex, hexToBytes} from "../../src/helpers";
import {SPEC_TESTS_DIR} from "../params";
import {describeForAllImplementations} from "../switch";
import {EmptyAggregateError, ZeroSignatureError} from "../../src/errors";
import {EmptyAggregateError} from "../../src/errors";
interface IAggregateSigsTestCase {
data: {