Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Sep 26, 2023
1 parent 8263a13 commit 631c8b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ninja/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ class UserSchema(User):
def resolve_name(obj):
return f"{obj.first_name} {obj.last_name}"
def resolve_initials(self, obj):
return "".join(n[:1] for n in self.name.split())
"""
import warnings
from typing import Any, Callable, Dict, Type, TypeVar, Union, no_type_check
Expand Down

0 comments on commit 631c8b9

Please sign in to comment.