remove unneeded comment

This commit is contained in:
Stephanie You
2022-11-30 17:12:19 -08:00
parent 6446ab3d81
commit 296481f2cb

View File

@@ -68,7 +68,7 @@ for line in sys.stdin:
if line != "":
rows.append(line.strip().split(","))
if len(rows) != 3: # extra line for success
if len(rows) != 3:
sys.exit(1)
if rows[0] != "pk,c1,c2,c3,c4,c5".split(","):