Removed imports used only by comments

This commit is contained in:
Andrew Murray 2016-10-07 21:46:48 +11:00
parent 25fb149d5e
commit c168f01111
3 changed files with 0 additions and 6 deletions

View File

@ -24,8 +24,6 @@
# See the README file for information on usage and redistribution.
#
from __future__ import print_function
from . import VERSION, PILLOW_VERSION, _plugins
import logging

View File

@ -1,4 +1,3 @@
from __future__ import print_function
from helper import unittest, PillowTestCase, hopper
from PIL import Image

View File

@ -12,9 +12,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.