Skip to content

Commit de2e59e

Browse files
committed
[#894] Fix mypy syntax error
1 parent 7dffc90 commit de2e59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def _boxplot_xticks_labels(self):
9393
return [str(n) for n in self.result_set.ranked_names]
9494

9595
def boxplot(
96-
self, title: titleType =None, ax: matplotlib.axes.SubplotBase = None
96+
self, title: titleType = None, ax: matplotlib.axes.SubplotBase = None
9797
) -> matplotlib.figure.Figure:
9898
"""For the specific mean score boxplot."""
9999
data = self._boxplot_dataset

0 commit comments

Comments
 (0)