Skip to content

Commit 107ff37

Browse files
author
Priyadarshini Piramanayagam
committed
fis: format
1 parent d559042 commit 107ff37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/testmonitor/test_testmonitor_dataframe_utilities.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,9 @@ def __get_expected_results_dataframe(self, results: List[Result]):
442442
return results_df
443443

444444
def __get_expected_steps_dataframe(
445-
self, mock_steps_data: List[Step], measurement_keys: Optional[List[str]] = ["name", "measurement"]
445+
self,
446+
mock_steps_data: List[Step],
447+
measurement_keys: Optional[List[str]] = ["name", "measurement"],
446448
) -> pd.DataFrame:
447449
restructured_mock_steps = []
448450
for step in mock_steps_data:

0 commit comments

Comments
 (0)