Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
josectobar committed Feb 26, 2024
1 parent 9c77074 commit 5cdcb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion great_expectations/validator/validation_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def get_exception_info(
def _filter_metric_info_in_graph(
self,
metric_info: _AbortedMetricsInfoDict,
) -> Dict[_MetricKey, Dict[str, Union[MetricConfiguration, ExceptionInfo, int]]]:
) -> _AbortedMetricsInfoDict:
graph_metric_ids: List[_MetricKey] = []
edge: MetricEdge
vertex: MetricConfiguration
Expand Down

0 comments on commit 5cdcb8d

Please sign in to comment.