Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format code with black #146

Merged
merged 1 commit into from
Dec 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Format code with black
This commit fixes the style issues introduced in 6635f23 according to the output
from black.

Details: https://deepsource.io/gh/aniketmaurya/chitra/transform/4799bcb8-fa89-4876-bec1-341d06e70450/
  • Loading branch information
deepsource-autofix[bot] authored Dec 14, 2021
commit b6b45b2fa9f4528de49892a9ec90db14b95dc7d7
2 changes: 1 addition & 1 deletion chitra/visualization/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def plot_confusion_matrix(
y_true: Sequence of ground truth value
display_labels: Labels to display on the plot
include_values: Whether to keep values in the Matrix cells
title: Title of Matrix image
title: Title of Matrix image
cmap: color maps
"""
if detect_multilabel(y_true):
Expand Down