Skip to content

Commit d94bc39

Browse files
committed
fix: removed inverted commas
1 parent 4c171e5 commit d94bc39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py_configuration_files/lms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
465465
'system_wide_roles.SystemWideRoleAssignment',
466466
)
467467

468-
if 'ENABLE_ENTERPRISE_INTEGRATION':
468+
if ENABLE_ENTERPRISE_INTEGRATION:
469469
SYSTEM_WIDE_ROLE_CLASSES.append(
470470
'enterprise.SystemWideEnterpriseUserRoleAssignment',
471471
)

0 commit comments

Comments
 (0)