mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
style(services): remove unused usings
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
Aditya Chandel
parent
c1796769dc
commit
a5003cb2aa
@@ -5,7 +5,6 @@ import lombok.AllArgsConstructor;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
// Removed unused imports
|
||||
import java.util.function.Function;
|
||||
@AllArgsConstructor
|
||||
@Component
|
||||
public class LibraryFileProcessorRegistry {
|
||||
|
||||
Reference in New Issue
Block a user