Skip to content

Commit 3b822d6

Browse files
committed
fixup! wip
1 parent a36cde2 commit 3b822d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

helper/resource/testing.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,6 @@ func (kind ImportStateKind) plannable() bool {
471471
return kind == ImportBlockWithID || kind == ImportBlockWithResourceIdentity
472472
}
473473

474-
func (kind ImportStateKind) resourceIdentity() bool {
475-
return kind == ImportBlockWithResourceIdentity
476-
}
477-
478474
func (kind ImportStateKind) String() string {
479475
return map[ImportStateKind]string{
480476
ImportCommandWithID: "ImportCommandWithID",

0 commit comments

Comments
 (0)