Skip to content

Commit 7f95b2a

Browse files
Update histogram.py
Remove unnecessary keyword argument that was commented out.
1 parent 7928e11 commit 7f95b2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/navigate/controller/sub_controllers/histogram.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def _clear_histogram(self) -> None:
276276
"style": "italic",
277277
"color": "gray",
278278
},
279-
# fontstyle="italic",
280279
ha="center",
281280
va="center",
282281
bbox=dict(facecolor="white", edgecolor="none", boxstyle="round,pad=0.5"),

0 commit comments

Comments
 (0)