]> 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 20:49:06 +0000 (21:49 +0100)
Change-Id: Ifb53e125fc9fd759938908710b2474656dbf1ef9

doc/build/conf.py

index e8a4b57a5e57ec042295fe9ed65c5a7c25bcd5a4..3ca0992115b9cfd0285423d7e3c337b849ead834 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("."))
 
 
 os.environ["DISABLE_SQLALCHEMY_CEXT_RUNTIME"] = "true"