mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 05:08:32 +00:00
rm duplicate method
This commit is contained in:
parent
d4b04f5b80
commit
6c2690d27f
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user