Skip to content

Commit

Permalink
nit, #151
Browse files Browse the repository at this point in the history
  • Loading branch information
njkim committed Jan 25, 2025
1 parent 17feb55 commit d31f731
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions arches_lingo/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,22 +146,6 @@ class Meta:
fields = "__all__"


class GroupRdmSystemSerializer(ArchesModelSerializer):
class Meta:
model = ResourceInstance
graph_slug = "group"
nodegroups = "__all__"
fields = "__all__"


class PersonRdmSystemSerializer(ArchesModelSerializer):
class Meta:
model = ResourceInstance
graph_slug = "person"
nodegroups = "__all__"
fields = "__all__"


class ConceptStatementSerializer(ArchesTileSerializer):
class Meta:
model = TileModel
Expand Down

0 comments on commit d31f731

Please sign in to comment.