fix type hint
This commit is contained in:
parent
20be409341
commit
f4c2357737
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ class Library:
|
||||||
del self.secondary[key2]
|
del self.secondary[key2]
|
||||||
del self.cache[key2]
|
del self.cache[key2]
|
||||||
|
|
||||||
def copy(self: L, preserve_cache: bool = False) -> L:
|
def copy(self, preserve_cache: bool = False) -> 'Library':
|
||||||
"""
|
"""
|
||||||
Create a copy of this `Library`.
|
Create a copy of this `Library`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue