### [Codacy](https://app.codacy.com/manual/mail.ankeshkumar/spring_boot_mongodb_api/commit?cid=498427293) detected an issue: #### Message: `Avoid unused imports such as 'org.springframework.data.mongodb.core.query.Update'` #### Occurred on: + **Commit**: 1ef4ff1416654b9fd74c85d923fc9a300031bdf5 + **File**: [src/main/java/com/testapi/webapi/users/UsersService.java](https://github.com/ankesh-kumar/spring_boot_mongodb_api/blob/1ef4ff1416654b9fd74c85d923fc9a300031bdf5/src/main/java/com/testapi/webapi/users/UsersService.java) + **LineNum**: [11](https://github.com/ankesh-kumar/spring_boot_mongodb_api/blob/1ef4ff1416654b9fd74c85d923fc9a300031bdf5/src/main/java/com/testapi/webapi/users/UsersService.java#L11) + **Code**: `import org.springframework.data.mongodb.core.query.Update;` #### Currently on: + **Commit**: 44a4e5c8bfcc9231529fe9b266c3a273f5dd222d + **File**: [src/main/java/com/testapi/webapi/users/UsersService.java](https://github.com/ankesh-kumar/spring_boot_mongodb_api/blob/44a4e5c8bfcc9231529fe9b266c3a273f5dd222d/src/main/java/com/testapi/webapi/users/UsersService.java) + **LineNum**: [11](https://github.com/ankesh-kumar/spring_boot_mongodb_api/blob/44a4e5c8bfcc9231529fe9b266c3a273f5dd222d/src/main/java/com/testapi/webapi/users/UsersService.java#L11)