Skip to content

Commit

Permalink
Add name property
Browse files Browse the repository at this point in the history
  • Loading branch information
kramstrom committed Jan 20, 2025
1 parent 4c317d8 commit de920e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modal/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ async def lookup(
return obj

@property
def name(self) -> str:
def function_name(self) -> str:
assert self._function_name
return self._function_name

Expand Down

0 comments on commit de920e9

Please sign in to comment.