Skip to content

Commit

Permalink
Fixed flake
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 3, 2018
1 parent 8ff2a96 commit 5e50e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/plotting/matplotlib/testlabels.py
Expand Up @@ -23,7 +23,6 @@ def test_labels_empty(self):
labels = Labels([])
plot = mpl_renderer.get_plot(labels)
artist = plot.handles['artist']
expected = {'x': np.array([]), 'y': np.array([]), 'Label': []}
self.assertEqual(artist, [])

def test_labels_formatter(self):
Expand Down

0 comments on commit 5e50e93

Please sign in to comment.