From 74164f0f4fff47956ec465f3db783a747ddefca3 Mon Sep 17 00:00:00 2001 From: yfzhao Date: Fri, 4 Aug 2017 09:28:40 +0800 Subject: [PATCH] TrivialFix: Remove the unused import code Remove some unused import code in doc/source/conf.py Change-Id: Idf463219451d4fca767edd747ca3be815053b87a --- doc/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b968dc52..f0c067fa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -12,8 +12,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys -import os import warnings # If extensions (or modules to document with autodoc) are in another directory,