Skip to content

Commit

Permalink
feat: remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Jan 19, 2024
1 parent 4eb0c4a commit 58f9485
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lti_consumer/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import json

from opaque_keys.edx.keys import CourseKey
from edx_django_utils.monitoring import function_traceyy

from lti_consumer.lti_1p3.constants import LTI_1P3_ROLE_MAP
from .models import CourseAllowPIISharingInLTIFlag, LtiConfiguration, LtiDlContentItem
Expand Down Expand Up @@ -97,7 +96,7 @@ def config_id_for_block(block):
config = _get_lti_config_for_block(block)
return config.config_id

@function_trace('lti_consumer.api.get_lti_consumer')

def get_lti_consumer(config_id):
"""
Retrieves an LTI Consumer instance for a given configuration.
Expand Down

0 comments on commit 58f9485

Please sign in to comment.