Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Aug 12, 2024
1 parent 67a1fa4 commit 9891882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tanjun/dependencies/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async def resolve(
if (value := constant.get_value()) is not None:
return value

result = await ctx.call_with_async_di(constant.callback)
result = await ctx.call_with_async_di(constant.callback) # type: ignore
constant.set_value(result)
return result

Expand Down

0 comments on commit 9891882

Please sign in to comment.