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/command/test.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setuptools/command/test.py') diff --git a/setuptools/command/test.py b/setuptools/command/test.py index 38bbcd8b..270674e2 100644 --- a/setuptools/command/test.py +++ b/setuptools/command/test.py @@ -17,7 +17,6 @@ from setuptools.py31compat import unittest_main class ScanningLoader(TestLoader): - def loadTestsFromModule(self, module, pattern=None): """Return a suite of all tests cases contained in the given module @@ -50,7 +49,6 @@ class ScanningLoader(TestLoader): # adapted from jaraco.classes.properties:NonDataProperty class NonDataProperty(object): - def __init__(self, fget): self.fget = fget -- cgit v1.2.3