From 31bd37c6ac8de9e8c1bacebc2d8e1215df91eb96 Mon Sep 17 00:00:00 2001 From: stepshal Date: Tue, 18 Oct 2016 20:24:35 +0700 Subject: Fix quantity of blank lines. --- setuptools/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/__init__.py') diff --git a/setuptools/__init__.py b/setuptools/__init__.py index baec3884..54577ced 100644 --- a/setuptools/__init__.py +++ b/setuptools/__init__.py @@ -102,7 +102,6 @@ class PackageFinder(object): class PEP420PackageFinder(PackageFinder): - @staticmethod def _looks_like_package(path): return True -- cgit v1.2.3