Skip to content

Commit 4dbf894

Browse files
Bugfix on syntax error
1 parent dffc66a commit 4dbf894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
kt.problems(), # problems you have solved so far
1010
kt.problems(show_partial=False), # exclude partial submissions
1111
kt.problems(*[True]*4), # literally all problems on Kattis
12-
kt.list_unsolved() # let's grind!
12+
kt.list_unsolved(), # let's grind!
1313

1414
kt.plot_problems(), # plot the points distribution
1515
kt.plot_problems(filepath='plot.png'), # save to a filepath

0 commit comments

Comments
 (0)