Update src/textual/css/styles.py

Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-02-09 16:22:21 +00:00
committed by GitHub
parent d0f60b2b40
commit 65821e7a3a

View File

@@ -45,7 +45,7 @@ if TYPE_CHECKING:
from ..layout import Layout
class RulesMap(TypedDict):
class RulesMap(TypedDict, total=False):
"""A typed dict for CSS rules.
Any key may be absent, indiciating that rule has not been set.