1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

flake8 fix

This commit is contained in:
Virgil Dupras 2016-06-06 17:05:48 -04:00
parent c4aeda0bd0
commit 61b219ff43

View File

@ -9,7 +9,6 @@ import os
import os.path as op
from optparse import OptionParser
import shutil
import importlib
import compileall
from setuptools import setup, Extension