mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
blackified
This commit is contained in:
parent
92f62f453e
commit
38d65b1443
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@ def test_theme_stack():
|
||||||
stack.pop_theme()
|
stack.pop_theme()
|
||||||
assert stack.get("warning") == Style.parse("red")
|
assert stack.get("warning") == Style.parse("red")
|
||||||
with pytest.raises(ThemeStackError):
|
with pytest.raises(ThemeStackError):
|
||||||
stack.pop_theme()
|
stack.pop_theme()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue