Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackmorse committed Oct 4, 2023
1 parent 64540b8 commit 06464f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/io/goodforgod/api/etherscan/ApiRunner.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package io.goodforgod.api.etherscan;

import io.goodforgod.api.etherscan.manager.RequestQueueManager;
import java.util.Map;

import io.goodforgod.api.etherscan.util.BasicUtils;
import java.util.Map;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assertions;

Expand Down

0 comments on commit 06464f8

Please sign in to comment.