From 3cd9ac03dc68fff5802645019ab817e6e694ca64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jan 2025 20:11:12 +0000 Subject: [PATCH] Auto style code with autopep8 --- docs/conf.py | 2 +- jtop/core/jetson_clocks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bc3dce05..5e7ef52f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,7 +88,7 @@ html_theme_options = { "announcement": """ - 💖 Support jetson-stats on GitHub Sponsors diff --git a/jtop/core/jetson_clocks.py b/jtop/core/jetson_clocks.py index cd9af4ff..43427e53 100644 --- a/jtop/core/jetson_clocks.py +++ b/jtop/core/jetson_clocks.py @@ -113,7 +113,7 @@ class JetsonClocks(object): #. `jetson_clocks - Jetson Xavier `_ #. `jetson_clocks - Jetson Orin `_ - """ # noqa + """ # noqa def __init__(self, controller): self._controller = controller