Skip to content

Commit

Permalink
Update pbj-integration-tests/src/jmh/java/com/hedera/pbj/intergration…
Browse files Browse the repository at this point in the history
…/jmh/EqualsHashCodeBench.java


Unused import

Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Signed-off-by: Ivan Malygin <ivan@swirldslabs.com>
  • Loading branch information
imalygin and codacy-production[bot] authored Nov 13, 2023
1 parent c39109d commit 7077dc2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import com.google.protobuf.CodedOutputStream;
import com.hedera.pbj.intergration.test.TestHashFunctions;
import com.hedera.pbj.runtime.MalformedProtobufException;
import com.hedera.pbj.runtime.io.buffer.BufferedData;
// Remove the following unused import statement
// import com.hedera.pbj.runtime.io.buffer.BufferedData;
import com.hedera.pbj.runtime.io.buffer.Bytes;
import com.hedera.pbj.runtime.io.stream.ReadableStreamingData;
import com.hedera.pbj.test.proto.pbj.Hasheval;
Expand Down

0 comments on commit 7077dc2

Please sign in to comment.