From aff60a3d3cccf04bd9c02ac4999d9f190f4afe63 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Wed, 21 Oct 2020 14:14:03 -0400 Subject: [PATCH] Update compoundInterestFunc.py --- mathgenerator/funcs/compoundInterestFunc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mathgenerator/funcs/compoundInterestFunc.py b/mathgenerator/funcs/compoundInterestFunc.py index d357bed..60a3f40 100644 --- a/mathgenerator/funcs/compoundInterestFunc.py +++ b/mathgenerator/funcs/compoundInterestFunc.py @@ -2,8 +2,6 @@ from .__init__ import * from ..__init__ import Generator - - def compoundInterestFunc(maxPrinciple=10000, maxRate=10, maxTime=10,