Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed May 16, 2024
1 parent 9cb9c3d commit 2381668
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions cupid/quickstart.py
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion cupid/timeseries.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Timeseries generation tool adapted from ADF for general CUPiD use.
"""

# ++++++++++++++++++++++++++++++
# Import standard python modules
# ++++++++++++++++++++++++++++++
Expand Down
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2381668

Please sign in to comment.