From f3b9966a2a2e818c2db99b45bc1613a0ed6d1c24 Mon Sep 17 00:00:00 2001 From: Carson Lam Date: Wed, 21 Feb 2018 23:16:29 -0800 Subject: [PATCH] Pass flake8. --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index e817496..ef3276c 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,9 @@ #!/usr/bin/env python import sys -import logging from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -import pkg_resources long_description = open('README.rst', 'r').read() @@ -25,8 +23,8 @@ class PyTest(TestCommand): install_requires = [ - 'PyYAML', - 'wrapt', + 'PyYAML', + 'wrapt', 'six>=1.5', 'contextlib2; python_version=="2.7"', 'mock; python_version=="2.7"',