Skip to content

Commit

Permalink
chore: fix for missing import statement
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Sep 14, 2023
1 parent 118dea3 commit a251a9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package com.hedera.fullstack.examples.readiness;

import com.hedera.fullstack.readiness.api.ReadinessCheck;
import com.hedera.fullstack.test.toolkit.api.model.infrastructure.Deployment;

public class NodeActiveReadinessCheck implements ReadinessCheck {

Expand Down

0 comments on commit a251a9b

Please sign in to comment.