Skip to content

Commit

Permalink
blackified
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 3, 2020
1 parent 92f62f4 commit 38d65b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ def test_theme_stack():
stack.pop_theme()
assert stack.get("warning") == Style.parse("red")
with pytest.raises(ThemeStackError):
stack.pop_theme()
stack.pop_theme()

0 comments on commit 38d65b1

Please sign in to comment.