From 567ad796657a76120ac3d8c28254e83af7ff87d4 Mon Sep 17 00:00:00 2001 From: Per A Brodtkorb Date: Tue, 22 Nov 2016 01:36:42 +0100 Subject: [PATCH] pep8 --- wafo/polynomial.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wafo/polynomial.py b/wafo/polynomial.py index 6678c85..f0f7f48 100644 --- a/wafo/polynomial.py +++ b/wafo/polynomial.py @@ -35,7 +35,6 @@ __all__ = __all__ + ['pade', 'padefit', 'polyreloc', 'polyrescl', 'polytrim', 'chebder', 'chebint', 'Cheb1d', 'dct', 'idct'] - def polyint(p, m=1, k=None): """ Return an antiderivative (indefinite integral) of a polynomial.