Skip to content

Commit

Permalink
fix ruff and pylint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Miryam-Schwartz committed Dec 5, 2024
1 parent 6369ea1 commit e15a9bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def save_collectx_versions(self):
self._log_data_sorted["type"] == "collectx_version"
]["data"].unique()
self._txt_for_pdf.append(
f"collectx versions found in {self.telemetry_type} telemetry log \
f"collectx versions found in {self.telemetry_type} telemetry log \
{set(unique_collectx_versions)}"
)

Expand Down

0 comments on commit e15a9bf

Please sign in to comment.