remove comment that does no longer apply

This commit is contained in:
Laura Klünder 2024-08-26 21:09:03 +02:00
parent 9d4a6b9d46
commit e2aecc888c

View file

@ -26,9 +26,6 @@ class ObjectReference(BaseSchema):
@classmethod
def from_instance(cls, instance: Model):
"""
This method will not convert the ID yet!
"""
return cls(model=instance._meta.model_name, id=instance.pk)