Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Nov 25, 2024
1 parent 896aa5e commit 4fb35c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion enterprise_access/apps/bffs/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def __init__(self, request):

# API clients
self.lms_api_client = LmsApiClient()
self.lms_user_api_client = LmsUserApiClient(request)

# Initialize common context data
self._initialize_common_context_data()
Expand Down
1 change: 0 additions & 1 deletion enterprise_access/apps/bffs/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def __init__(self, context):

# API Clients
self.license_manager_user_api_client = LicenseManagerUserApiClient(self.context.request)
self.lms_user_api_client = LmsUserApiClient(self.context.request)

def load_and_process(self):
"""
Expand Down

0 comments on commit 4fb35c4

Please sign in to comment.