Skip to content

Commit af324ee

Browse files
committed
one more linting fix
1 parent 0f9772b commit af324ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/npdfhir/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ class Meta:
611611

612612
def to_representation(self, instance):
613613
request = self.context.get("request")
614-
representation = super().to_representation(instance)
614+
# representation = super().to_representation(instance)
615615
practitioner_role = PractitionerRole()
616616
practitioner_role.id = str(instance.id)
617617
practitioner_role.active = instance.active

0 commit comments

Comments
 (0)