cleanup imports
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m41s

This commit is contained in:
Lee
2024-04-13 17:21:49 +01:00
parent e5e3503abc
commit bda70b19a8
5 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,7 @@
package cc.fascinated.model.cache;
import lombok.*;
import lombok.Getter;
import lombok.ToString;
import org.springframework.data.annotation.Id;
import org.springframework.data.redis.core.RedisHash;