From 6762a839f514d4ffcc2235d5acd9f25f4e73065e Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Tue, 12 Nov 2024 14:22:14 -0700 Subject: [PATCH] Remove lint --- docs/source/conf.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ff7da8f..f3d3909 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,18 +6,19 @@ # -- Path setup -------------------------------------------------------------- +# import sys +# sys.path.insert(0, os.path.abspath('.')) +import datetime # 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 # documentation root, use os.path.abspath to make it absolute, like shown here. # import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) -import datetime -import packaging import pathlib import re +import packaging + def get_version_from_file(path): with open(path) as fp: