From 00bb9b0c08c7b7a791a3278a6b1003d7cad471bd Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 5 Feb 2020 23:19:35 -0500 Subject: Fix flake8 errors in doc config --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 16e8ecb7..02eb827f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,9 +17,6 @@ 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. """ -import os -import sys - from pkg_resources import get_distribution # Import for custom theme from Read the Docs -- cgit v1.2.1