summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-01-18 20:04:18 +0200
committerAarni Koskela <akx@iki.fi>2023-01-18 21:16:39 +0200
commit9512281c7e45e9c829b47c50d332e9654809cb64 (patch)
tree0d81333e2474bdf410f1f6df85a4e174d53c4aa8 /docs
parent47072d2c96390f5e5daae9e96d5dc30ae2d704ec (diff)
downloadbabel-9512281c7e45e9c829b47c50d332e9654809cb64.tar.gz
Apply ruff E category fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c0e2389..ed4794e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -10,7 +10,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-import sys, os
+import sys
+import os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the