You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/08/05 00:11:23 UTC

[incubator-sdap-ingester] branch solr-zookeeper updated: imports

This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a commit to branch solr-zookeeper
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git


The following commit(s) were added to refs/heads/solr-zookeeper by this push:
     new 5adb7a8  imports
5adb7a8 is described below

commit 5adb7a81ef4a57043fe766c6bcbf74ca734b4fa0
Author: Eamon Ford <ea...@gmail.com>
AuthorDate: Tue Aug 4 17:11:09 2020 -0700

    imports
---
 granule_ingester/granule_ingester/writers/SolrStore.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/granule_ingester/granule_ingester/writers/SolrStore.py b/granule_ingester/granule_ingester/writers/SolrStore.py
index 276a988..e098672 100644
--- a/granule_ingester/granule_ingester/writers/SolrStore.py
+++ b/granule_ingester/granule_ingester/writers/SolrStore.py
@@ -25,7 +25,7 @@ from typing import Dict
 import pysolr
 from kazoo.handlers.threading import KazooTimeoutError
 from kazoo.exceptions import NoNodeError
-from nexusproto.DataTile_pb2 import *
+from nexusproto.DataTile_pb2 import TileSummary, NexusTile
 
 from granule_ingester.exceptions import SolrFailedHealthCheckError, SolrLostConnectionError
 from granule_ingester.writers.MetadataStore import MetadataStore