Skip to content

Commit b7d973b

Browse files
committed
Add github_cli to loaded utility functions
1 parent e329f05 commit b7d973b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/gitmastery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def hands_on_exists(hands_on: str, timeout: int = 5) -> bool:
209209
# We hardcode this list because to fetch it dynamically requires a Github API call
210210
# which we only have 60/hour so it's unwise to do it
211211
# TODO(woojiahao): Find a better way around this
212-
EXERCISE_UTILS_FILES = ["__init__", "cli", "git", "file", "gitmastery"]
212+
EXERCISE_UTILS_FILES = ["__init__", "cli", "git", "file", "gitmastery", "github_cli"]
213213

214214

215215
def execute_py_file_function_from_url(

0 commit comments

Comments
 (0)