diff --git a/src/main/java/org/opensrp/repository/postgres/ProductCatalogueRepositoryImpl.java b/src/main/java/org/opensrp/repository/postgres/ProductCatalogueRepositoryImpl.java index baea85dd9..b229cba38 100644 --- a/src/main/java/org/opensrp/repository/postgres/ProductCatalogueRepositoryImpl.java +++ b/src/main/java/org/opensrp/repository/postgres/ProductCatalogueRepositoryImpl.java @@ -13,7 +13,6 @@ import org.opensrp.repository.ProductCatalogueRepository; import org.opensrp.repository.postgres.mapper.custom.CustomProductCatalogueMapper; import org.opensrp.search.ProductCatalogueSearchBean; -import org.opensrp.util.Utils; import org.smartregister.domain.ProductCatalogue; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository;