Rename get_formats to get_output_formats for engines

This commit is contained in:
Brett Williams
2023-05-23 20:42:26 -05:00
parent 29e03eac87
commit 6c3d0e8f6e
4 changed files with 6 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ class AERender(BaseRenderEngine):
return version
@classmethod
def get_formats(cls):
def get_output_formats(cls):
# todo: create implementation
return []