From 471e1f7cc36ebfb738699c13450f92830e11e78c Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Tue, 27 Jul 2021 16:08:56 -0500 Subject: [PATCH] removed unused import --- docs/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1906b0d..73ea1dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,13 +6,6 @@ # -- Path setup -------------------------------------------------------------- -# 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. -# -from pathlib import Path - -CURRENT_DIR = Path(__file__).parent # -- Project information -----------------------------------------------------