Skip to content

Commit

Permalink
fix: name error (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 29, 2024
1 parent d08dfa0 commit f60a8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion y/contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def _schedule_cache_pop(self, cache_ttl: Optional[int]) -> None:

self._ttl_cache_popper = loop.call_later(
cache_ttl,
cls.delete_instance,
type(self).delete_instance,
self.address,
None,
)
Expand Down

0 comments on commit f60a8b5

Please sign in to comment.