blackified

This commit is contained in:
Will McGugan 2020-10-03 14:12:52 +01:00
parent 92f62f453e
commit 38d65b1443
1 changed files with 1 additions and 1 deletions

View File

@ -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()