From f445fc451e320b7dc21240cda79b2c3fd3c05aa3 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 5 Oct 2017 22:34:13 +0800 Subject: [PATCH] Optimize the import format by pep8 Change-Id: Ic96759df51f5572fb6047df4b38bb411ecba8e20 --- releasenotes/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 8b36a7864..accb6e443 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -22,7 +22,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os +import os +import sys from watcher import version as watcher_version # If extensions (or modules to document with autodoc) are in another directory,