Skip to content

Commit

Permalink
pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseibel committed Jun 14, 2024
1 parent ae550b6 commit 4232f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scheduler/dao/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

canvas_api = CanvasCourses()


def get_course_by_sis_id(sis_id):
return canvas_api.get_course_by_sis_id(sis_id)

Expand Down
2 changes: 1 addition & 1 deletion scheduler/org/uw/course.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def _bad_folder_response(self, folder_count, course_id):

def _create_panopto_folder(self, canvas_course):
try:
folder = provision_external_course(
folder = provision_external_course(
self.panopto_folder_name(canvas_course.name),
str(canvas_course.course_id))
if folder:
Expand Down

0 comments on commit 4232f03

Please sign in to comment.