From 2381668e05f8c186aca375739d3f7a61126b3694 Mon Sep 17 00:00:00 2001 From: Teagan Date: Thu, 16 May 2024 08:41:23 -0600 Subject: [PATCH] fix imports --- cupid/quickstart.py | 7 ++++--- cupid/timeseries.py | 1 - docs/conf.py | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/cupid/quickstart.py b/cupid/quickstart.py index 8c17864..045d6f3 100644 --- a/cupid/quickstart.py +++ b/cupid/quickstart.py @@ -1,3 +1,4 @@ -### To be created: a script, maybe called through a command line entry point, -### that sets up a directory with a config.yml file and -### basics necessary to set up a notebook collection +# To be created: a script, maybe called through a command line entry point, +# that sets up a directory with a config.yml file and +# basics necessary to set up a notebook collection +from __future__ import annotations diff --git a/cupid/timeseries.py b/cupid/timeseries.py index c71ae69..c1748ef 100644 --- a/cupid/timeseries.py +++ b/cupid/timeseries.py @@ -1,7 +1,6 @@ """ Timeseries generation tool adapted from ADF for general CUPiD use. """ - # ++++++++++++++++++++++++++++++ # Import standard python modules # ++++++++++++++++++++++++++++++ diff --git a/docs/conf.py b/docs/conf.py index eba9c81..d72d5ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,9 +3,7 @@ # This file only contains a selection of the most common options. For a full # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html - # -- 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.