From 238a82587412a62a3dd93d4966b8210f12d51a5b Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Mon, 19 Oct 2020 21:30:15 -0400 Subject: [PATCH] Linter fix --- mathgenerator/mathgen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mathgenerator/mathgen.py b/mathgenerator/mathgen.py index c455b41..959093b 100644 --- a/mathgenerator/mathgen.py +++ b/mathgenerator/mathgen.py @@ -35,4 +35,3 @@ def genById(id): # Format is: # = Generator("<Title>", <id>, <generalized problem>, <generalized solution>, <function name>) -