rm duplicate method

This commit is contained in:
alicia pritchett 2022-02-07 14:12:29 -05:00
parent d4b04f5b80
commit 6c2690d27f

View File

@ -81,9 +81,6 @@ class WorkflowSpecService(FileSystemService):
spec_list.sort(key=lambda w: w.display_order)
return spec_list
def get_standalones(self) -> List[WorkflowSpecInfo]:
pass
def get_categories(self) -> List[WorkflowSpecCategory]:
"""Returns the categories as a list in display order"""
cat_list = list(self.categories.values())