Skip to content

Commit

Permalink
Adding missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Dec 3, 2024
1 parent c29cfac commit b23779c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/fides/api/service/dataset/dataset_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ def run_test_access_request(
return privacy_request


def _replace_references_with_identities(dataset_key: str, graph_dataset: GraphDataset):
def _replace_references_with_identities(
dataset_key: str, graph_dataset: GraphDataset
) -> GraphDataset:
"""
Replace external field references with identity values for testing.
Expand Down

0 comments on commit b23779c

Please sign in to comment.