]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix lint error
authorFederico Caselli <cfederico87@gmail.com>
Wed, 8 Nov 2023 20:49:06 +0000 (21:49 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 8 Nov 2023 21:58:17 +0000 (22:58 +0100)
Change-Id: Ifb53e125fc9fd759938908710b2474656dbf1ef9
(cherry picked from commit 1da3f3455dc97ad095d7abd10add7f12efe6c1c7)

doc/build/conf.py

index a9ee46c4d12208841eeb0dc91c8d58e2bfaf56c6..0066ef7aad837b55c6cb12dc6a1e1e1ae36166aa 100644 (file)
@@ -22,7 +22,7 @@ sys.path.insert(0, os.path.abspath("../../lib"))
 sys.path.insert(0, os.path.abspath("../.."))  # examples
 
 # was never needed, does not work as of python 3.12 due to conflicts
-#sys.path.insert(0, os.path.abspath("."))
+# sys.path.insert(0, os.path.abspath("."))
 
 
 # -- General configuration --------------------------------------------------