diff --git a/masque/library/library.py b/masque/library/library.py index abb243e..b65dbf4 100644 --- a/masque/library/library.py +++ b/masque/library/library.py @@ -304,7 +304,7 @@ class Library: del self.secondary[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`.