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 20:31:04 UTC

[incubator-sdap-ingester] branch rabbitmq-fix updated: revert

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

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


The following commit(s) were added to refs/heads/rabbitmq-fix by this push:
     new ffa2d01  revert
ffa2d01 is described below

commit ffa2d01d8193c9e0ecd4d2c276bf1af94cf1f615
Author: Eamon Ford <ea...@gmail.com>
AuthorDate: Wed Aug 5 13:30:56 2020 -0700

    revert
---
 granule_ingester/granule_ingester/writers/DataStore.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/granule_ingester/granule_ingester/writers/DataStore.py b/granule_ingester/granule_ingester/writers/DataStore.py
index a64399b..889d41e 100644
--- a/granule_ingester/granule_ingester/writers/DataStore.py
+++ b/granule_ingester/granule_ingester/writers/DataStore.py
@@ -7,7 +7,6 @@ from granule_ingester.healthcheck import HealthCheck
 
 class DataStore(HealthCheck, ABC):
 
-
     @abstractmethod
     def save_data(self, nexus_tile: nexusproto.NexusTile) -> None:
         pass