File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -84,42 +84,6 @@ class Meta:
84
84
register_as_scheme = True
85
85
86
86
87
- @attr .s (auto_attribs = True , kw_only = True )
88
- class PiiDetail :
89
- pii_semantic_type : Optional [str ] = None
90
- pii_forget_type : Optional [str ] = None
91
-
92
-
93
- class PiiDetailSchema (AttrsSchema ):
94
- class Meta :
95
- target = PiiDetail
96
- register_as_scheme = True
97
-
98
-
99
- @attr .s (auto_attribs = True , kw_only = True )
100
- class ForeignKey :
101
- table_uri : Optional [str ] = None
102
- column_name : Optional [str ] = None
103
-
104
-
105
- class ForeignKeySchema (AttrsSchema ):
106
- class Meta :
107
- target = ForeignKey
108
- register_as_scheme = True
109
-
110
-
111
- @attr .s (auto_attribs = True , kw_only = True )
112
- class DataDetail :
113
- data_semantic_type : Optional [str ] = None
114
- data_semantic_reference : Optional [str ] = None
115
-
116
-
117
- class DataDetailchema (AttrsSchema ):
118
- class Meta :
119
- target = DataDetail
120
- register_as_scheme = True
121
-
122
-
123
87
@attr .s (auto_attribs = True , kw_only = True )
124
88
class Application :
125
89
application_url : str = attr .ib ()
You can’t perform that action at this time.
0 commit comments