Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down