diff --git a/dummy.py b/dummy.py index c19ee6d..09a0e3c 100644 --- a/dummy.py +++ b/dummy.py @@ -22,10 +22,10 @@ def __init__(self, filename, loc, use_column=True): if test == 1: if test == 1: return 28 - elif test == 2: + if test == 2: return 28 return 28 - elif test == 2: + if test == 2: return 28 def __str__(self):