From 8376b8e4942bec2a17bdf3e3a1b157f6fbb90e39 Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Sat, 12 Dec 2020 19:07:02 -0500 Subject: [PATCH] minor changes --- python/FracAndDec.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/FracAndDec.py b/python/FracAndDec.py index ac41dda..88530e4 100644 --- a/python/FracAndDec.py +++ b/python/FracAndDec.py @@ -7,5 +7,4 @@ class Dec(decimal.Decimal): getcontext = decimal.getcontext -class Frac(fractions.Fraction): - pass +Frac = fractions.Fraction