summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 02:23:53 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 03:36:53 +0530
commitd392caf6f65286f6b6a38b0f5b28adb391c28ac8 (patch)
tree423385d1fb491594575ff2c8451561c9ed096bce /docs
parent9890749d8101ee94cad1254e0349bde0ff3b2722 (diff)
chg: ruff - isort fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0a4594b3..5cdfc920 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,8 +12,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-import sys
import os
+import sys
from datetime import datetime
# If extensions (or modules to document with autodoc) are in another directory,
@@ -27,7 +27,6 @@ sys.path.insert(0, os.path.abspath('..'))
# WARNING: Do not move this import before the sys.path.insert() call.
from glances import __version__
-
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.