Skip to content

Commit

Permalink
remove a temporary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Oct 6, 2021
1 parent 8ec3ce8 commit edd9e1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stograde/specs/spec_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
'MCA': 'cs284-specs',
}

SUPPORTED_COURSES = [course for course in SPEC_REPO_NAMES.keys()]


def format_supported_course_list(delimiter: str) -> str:
return delimiter.join(SUPPORTED_COURSES)
return delimiter.join(SPEC_REPO_NAMES.keys())


def github_https_clone_address(repo: str):
Expand Down

0 comments on commit edd9e1f

Please sign in to comment.