Skip to content

Commit

Permalink
QA
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-torres-marroquin committed Dec 10, 2024
1 parent bfc79f4 commit 629f1d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
"requires_data_protection_assessments": true
}
},
"column_map": { "data_categories": "My Data Category Map" }
"column_map": {
"data_categories": {
"label": "My Data Category Map"
}
}
}
}
2 changes: 1 addition & 1 deletion src/fides/api/schemas/custom_report.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from enum import Enum
from typing import Any, Dict, Optional
from typing import Any, Dict, Optional, Set

from pydantic import Field

Expand Down

0 comments on commit 629f1d0

Please sign in to comment.