mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-25 21:44:07 +08:00
Cleanup unused imports (#3217)
This commit is contained in:
@ -36,8 +36,6 @@
|
||||
*/
|
||||
package com.thealgorithms.maths;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
class DigitalRoot {
|
||||
|
||||
public static int digitalRoot(int n) {
|
||||
|
Reference in New Issue
Block a user