Merge branch 'inline-styles-view' of github.com:willmcgugan/rich.tui into inline-styles-view

This commit is contained in:
Will McGugan
2022-02-09 16:57:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Dev Sandbox
This directory contains test code. None of the .py files here are garanteed to run or do anything useful, but you are welcome to look around.
This directory contains test code. None of the .py files here are guaranteed to run or do anything useful, but you are welcome to look around.

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.