From d984852908b130474b4a7e70836244f56776df05 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 7 Jul 2016 23:41:13 +0900 Subject: [PATCH] Fix flake8 violation --- sphinx/builders/latex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sphinx/builders/latex.py b/sphinx/builders/latex.py index 9f45aa2a4..f82e7ade0 100644 --- a/sphinx/builders/latex.py +++ b/sphinx/builders/latex.py @@ -11,7 +11,6 @@ import os from os import path -import warnings from six import iteritems from docutils import nodes