Skip to content

Commit

Permalink
pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseibel committed Jan 10, 2025
1 parent f1d8f99 commit f64f5ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions blti/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@

LTI_DATA_CLAIM_BASE = 'https://purl.imsglobal.org/spec/lti/claim/'

#

# Instructor and student roles are specific to the given context (course)
#
class TeacherRole(AbstractRole):
_common_roles = ("Instructor", "Administrator")
_context_roles = ("Instructor", "Administrator")
Expand All @@ -23,7 +22,6 @@ class StudentRole(AbstractRole):
_context_roles = ("Learner")



class LTILaunchData(object):
def __init__(self, **data):
self._data = data
Expand Down

0 comments on commit f64f5ed

Please sign in to comment.