Skip to content

Commit 3c42527

Browse files
committed
[fix] protected attrs should be _group_schema
1 parent 453bf96 commit 3c42527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oqd_dataschema/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def names(cls):
6969

7070
########################################################################################
7171

72-
invalid_attrs = ["_datastore_signature", "_group_json"]
72+
invalid_attrs = ["_datastore_signature", "_group_schema"]
7373

7474

7575
def _valid_attr_key(value):

0 commit comments

Comments
 (0)