fix precache
This commit is contained in:
parent
27d87a988d
commit
f834aaee47
1 changed files with 1 additions and 1 deletions
|
|
@ -999,7 +999,7 @@ class LazyLibrary(MutableLibrary):
|
|||
self
|
||||
"""
|
||||
for key in self.dict:
|
||||
_ = self.dict.__getitem__(key)
|
||||
_ = self[key] # want to trigger our own __getitem__
|
||||
return self
|
||||
|
||||
def __deepcopy__(self, memo: Optional[Dict] = None) -> 'LazyLibrary':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue