Skip to content

Commit fcf027a

Browse files
committed
fix imports
1 parent b06909c commit fcf027a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
id 'com.github.johnrengelman.shadow' version '5.2.0'
88
}
99

10-
def ver = new Version(major: 4, minor: 2, revision: 0)
10+
def ver = new Version(major: 4, minor: 2, revision: 1)
1111

1212
group = "org.botblock"
1313
version = "$ver"

src/main/java/org/botblock/javabotblockapi/requests/GetAction.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
package org.botblock.javabotblockapi.requests;
2020

21-
22-
import com.sun.org.apache.bcel.internal.generic.PUSH;
2321
import org.botblock.javabotblockapi.Site;
2422
import org.jetbrains.annotations.NotNull;
2523
import org.jetbrains.annotations.Nullable;

0 commit comments

Comments
 (0)