mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-15 00:52:15 +08:00
chore(lib): pyproject.toml config
This commit is contained in:
@ -92,9 +92,7 @@ class Key(BaseModel): # type: ignore[misc]
|
||||
self.ids = list(set(ids))
|
||||
|
||||
def match(self, key_id: int) -> bool:
|
||||
"""
|
||||
Return whether a given key id matches this key.
|
||||
"""
|
||||
"""Return whether a given key id matches this key."""
|
||||
m = key_id in self.ids
|
||||
|
||||
if m:
|
||||
|
Reference in New Issue
Block a user