Skip to content

Commit

Permalink
chore: remove unused helper property for LmsApiClient in HandlerContext
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Nov 25, 2024
1 parent 0b811fb commit 444a9d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions enterprise_access/apps/bffs/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def __init__(self, request):
self._enterprise_features = {}
self.data = {} # Stores processed data for the response

# API clients
self.lms_api_client = LmsApiClient()

# Initialize common context data
self._initialize_common_context_data()

Expand Down

0 comments on commit 444a9d5

Please sign in to comment.