Skip to content

Commit 64181d6

Browse files
authored
Remove unnecessary import (TheAlgorithms#3809)
1 parent 9d86348 commit 64181d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/backtracking/PowerSum.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.thealgorithms.backtracking;
22

3-
import java.util.Scanner;
43

54
/*
65
* Problem Statement :

0 commit comments

Comments
 (0)