From d65b6f6f635008837d372ddcb562e11cc8fa317d Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Tue, 4 Jan 2022 02:27:14 -0500 Subject: [PATCH] fix lint --- extern/storage-sealing/checks.go | 1 + 1 file changed, 1 insertion(+) diff --git a/extern/storage-sealing/checks.go b/extern/storage-sealing/checks.go index 392f2905e..42425e782 100644 --- a/extern/storage-sealing/checks.go +++ b/extern/storage-sealing/checks.go @@ -3,6 +3,7 @@ package sealing import ( "bytes" "context" + "github.com/filecoin-project/lotus/chain/actors/policy" proof2 "github.com/filecoin-project/specs-actors/v2/actors/runtime/proof"