Skip to content

Commit 5ceeb62

Browse files
committed
chore: disable pylint warning
1 parent eac6cbd commit 5ceeb62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx_authz/tests/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from openedx_authz import api as authz_api
1616
from openedx_authz.engine.enforcer import AuthzEnforcer
1717
from openedx_authz.management.commands.load_policies import Command as LoadPoliciesCommand
18-
from openedx_authz.tests.test_utils import make_scope_key
1918

2019

2120
@ddt
@@ -271,6 +270,7 @@ def test_interactive_request_error(self, exception: Exception, mock_is_allowed:
271270
self.assertIn(str(exception), output)
272271

273272

273+
# pylint: disable=protected-access
274274
class LoadPoliciesCommandTests(TestCase):
275275
"""
276276
Tests for the `load_policies` Django management command.

0 commit comments

Comments
 (0)