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 b7a221c commit 4ac6a7dCopy full SHA for 4ac6a7d
hands_on/test.py
@@ -0,0 +1,9 @@
1
+from exercise_utils.cli import run_command
2
+from exercise_utils.gitmastery import create_start_tag
3
+
4
+__requires_git__ = True
5
+__requires_github__ = False
6
7
8
+def download(verbose: bool):
9
+ raise Exception("this should not work")
0 commit comments