From 8cde5a5e329e5f60bb6847a819ff9eae2e063014 Mon Sep 17 00:00:00 2001 From: kaliko Date: Sat, 4 Dec 2021 12:24:59 +0100 Subject: [PATCH 1/1] Cleanup some imports --- doc/source/conf.py | 4 ---- setup.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2b847f1..d051efa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -13,10 +13,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys -import os - - # 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. diff --git a/setup.py b/setup.py index 6e99e6c..0296125 100755 --- a/setup.py +++ b/setup.py @@ -3,9 +3,9 @@ import glob -from setuptools import setup, find_packages # >= 2.0.2 from os import listdir from os.path import isfile +from setuptools import setup, find_packages # >= 2.0.2 from sima.info import __version__ as VERSION, __author__ as AUTHOR from sima.info import __doc__ as DESCRIPTION, __email__ as EMAIL -- 2.39.2