Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Aug 6, 2020
1 parent f7e42b3 commit 1ff5d75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/conf.py
Expand Up @@ -15,8 +15,6 @@
root_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.insert(0, root_path)

import amazon_transcribe


# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -51,10 +49,6 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build']

# The short X.Y version.
version = amazon_transcribe.__version__
# The full version, including alpha/beta/rc tags.
release = version

# -- Options for HTML output -------------------------------------------------

Expand Down

0 comments on commit 1ff5d75

Please sign in to comment.