diff --git a/src/orca/services/synapse/ops.py b/src/orca/services/synapse/ops.py index b5bb576..54d28ea 100644 --- a/src/orca/services/synapse/ops.py +++ b/src/orca/services/synapse/ops.py @@ -72,7 +72,6 @@ def trigger_indexing(self, synapse_view: str) -> None: """ self.client.tableQuery(f"select * from {synapse_view} limit 1") - def get_submissions_with_status( self, submission_view: str, submission_status: str = "RECEIVED" ) -> List[str]: