Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Durd3nT committed Feb 23, 2024
1 parent 1c9ea18 commit 9aa7d4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/visual/mpl/circuit/test_circuit_matplotlib_drawer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,11 +1036,12 @@ def test_user_style(self):

with self.subTest(msg="check style dict unchanged"):
self.assertEqual(
style, {
style,
{
"name": "user_style",
"displaytext": {"H2": "H_2"},
"displaycolor": {"H2": ("#EEDD00", "#FF0000")},
}
},
)

def test_subfont_change(self):
Expand Down

0 comments on commit 9aa7d4a

Please sign in to comment.