We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90531ba commit 2c4a646Copy full SHA for 2c4a646
tests/figurenTest.py
@@ -2,4 +2,5 @@
2
import checkpy.lib as lib
3
import checkpy.assertlib as asserts
4
5
-from _extensions import *
+# from _extensions import *
6
+from _typecheck import *
tests/knapsackTest.py
@@ -2,5 +2,5 @@
-
tests/lispTest.py
@@ -2,7 +2,8 @@
7
8
@t.test(0)
9
def check_no_output(test):
0 commit comments