Removed useless imports.

This commit is contained in:
Alexey Zinchenko 2019-05-23 08:39:09 +03:00
parent d61dc2ca07
commit 71fba8882e
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package com.github.prominence.carrepair.repository;
import com.github.prominence.carrepair.model.domain.Client;
import com.github.prominence.carrepair.repository.ClientRepository;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;

View File

@ -1,7 +1,6 @@
package com.github.prominence.carrepair.repository;
import com.github.prominence.carrepair.model.domain.Mechanic;
import com.github.prominence.carrepair.repository.MechanicRepository;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;