Import cleanup and some pylint fixes

This commit is contained in:
James R. Barlow
2017-10-11 12:58:35 -07:00
parent 7d73098d6e
commit 51defa6d66
8 changed files with 64 additions and 67 deletions
+1 -1
View File
@@ -7,9 +7,9 @@ from shutil import copy
from functools import lru_cache
import re
import sys
from PIL import Image
from . import get_program
from ..exceptions import SubprocessOutputError, MissingDependencyError
from PIL import Image
from ..helpers import fspath