Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nforsg committed Aug 10, 2023
1 parent a915a78 commit 2dcaf2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def update_emulation_statistic(emulation_statistics: EmulationStatistics, id: in
f"updated successfully")

@staticmethod
def list_emulation_statistics() -> List[EmulationStatistics]:
def list_emulation_statistics() -> List[Tuple[Any, ...]]:
"""
:return: A list of emulation statistics in the metastore
"""
Expand Down

0 comments on commit 2dcaf2a

Please sign in to comment.