Skip to content

Commit

Permalink
Remove placeholders for commands that have been implemented as part o…
Browse files Browse the repository at this point in the history
…f the viz already
  • Loading branch information
joelostblom committed Oct 1, 2022
1 parent 441ccc2 commit d303e9b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions canvascli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,18 +216,6 @@ def show_courses(api_url, filter_, start_date_):
return


@cli.command()
def z_compare_TA_grading():
"""**Not yet implemented**"""
return


@cli.command()
def z_review_student_grades():
"""**Not yet implemented**"""
return


@dataclass
class CanvasConnection():
"""Parent class for initializing attributes shared between child classes."""
Expand Down

0 comments on commit d303e9b

Please sign in to comment.