removed unused import

This commit is contained in:
Christopher Pickering 2021-07-27 16:08:56 -05:00
parent bb337c09d8
commit 471e1f7cc3
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -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 -----------------------------------------------------