Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jun 30, 2024
1 parent 85c2e4d commit dad4dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion megalinter/reporters/ApiReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ def send_to_api(self):
f"Connection error {str(e)}"
)

# Build something like MetricName,source=sfdx-hardis,orgIdentifier=hardis-group metric=12.7,min=0,max=70,percent=0.63
# Build something like:
# MetricName,source=sfdx-hardis,orgIdentifier=hardis-group metric=12.7,min=0,max=70,percent=0.63
def build_metrics_payload(self):
metric_base_tags = (
f"source={self.payload["source"]},"
Expand Down

0 comments on commit dad4dcd

Please sign in to comment.