Skip to content

Commit

Permalink
style: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakwana93 committed Sep 4, 2024
1 parent cde8f37 commit d40686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise_access/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def root(*path_fragments):
'log_request_id.middleware.RequestIDMiddleware',
# Resets RequestCache utility for added safety.
'edx_django_utils.cache.middleware.RequestCacheMiddleware',
# Enables monitoring utility for writing custom metrics.
'edx_django_utils.monitoring.DeploymentMonitoringMiddleware',
# Enables monitoring utility for writing custom metrics.
'edx_django_utils.monitoring.middleware.MonitoringCustomMetricsMiddleware',
'corsheaders.middleware.CorsMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
Expand Down

0 comments on commit d40686d

Please sign in to comment.