Skip to content

Commit 3c87969

Browse files
Refactor Default Taxonomy (non-breaking) (#106)
* Update Data uses for 1.4 * feat: refactor how the default taxonomy is set up to make modification easier * feat: add a suite of "count" tests for the default taxonomy
1 parent 59c5042 commit 3c87969

File tree

12 files changed

+845
-812
lines changed

12 files changed

+845
-812
lines changed

src/fideslang/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
from typing import Dict, Type, Union
66

7-
from .default_fixtures import COUNTRY_CODES
8-
from .default_taxonomy import DEFAULT_TAXONOMY
7+
from fideslang.default_fixtures import COUNTRY_CODES
8+
from fideslang.default_taxonomy import DEFAULT_TAXONOMY
99

1010
# Export the Models
1111
from .models import (
@@ -18,10 +18,10 @@
1818
DataSubject,
1919
DataUse,
2020
Evaluation,
21+
FidesCollectionKey,
22+
FidesDatasetReference,
2123
FidesMeta,
2224
FidesModel,
23-
FidesDatasetReference,
24-
FidesCollectionKey,
2525
Organization,
2626
Policy,
2727
PolicyRule,

0 commit comments

Comments
 (0)