Skip to content

Commit

Permalink
Auto style code with autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2025
1 parent cd86f7d commit 3cd9ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

html_theme_options = {
"announcement": """
<a style=\"text-decoration: none; color: white;\"
<a style=\"text-decoration: none; color: white;\"
href=\"https://github.com/sponsors/rbonghi\">
💖 Support jetson-stats on GitHub Sponsors
</a>
Expand Down
2 changes: 1 addition & 1 deletion jtop/core/jetson_clocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class JetsonClocks(object):
#. `jetson_clocks - Jetson Xavier <https://docs.nvidia.com/jetson/archives/r35.2.1/DeveloperGuide/text/SD/PlatformPowerAndPerformance/JetsonXavierNxSeriesAndJetsonAgxXavierSeries.html>`_
#. `jetson_clocks - Jetson Orin <https://docs.nvidia.com/jetson/archives/r35.2.1/DeveloperGuide/text/SD/PlatformPowerAndPerformance/JetsonOrinNxSeriesAndJetsonAgxOrinSeries.html#maximizing-jetson-orin-performance>`_
""" # noqa
""" # noqa

def __init__(self, controller):
self._controller = controller
Expand Down

0 comments on commit 3cd9ac0

Please sign in to comment.