Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Mar 1, 2024
1 parent 457cc5f commit e0c160c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/orca/services/synapse/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit e0c160c

Please sign in to comment.