We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3101fd3 commit 4e35b06Copy full SHA for 4e35b06
1 file changed
openedx_authz/rest_api/utils.py
@@ -1,15 +1,11 @@
1
"""Utility functions for the Open edX AuthZ REST API."""
2
3
-import logging
4
-
5
from openedx_authz.api.data import (
6
GLOBAL_SCOPE_WILDCARD,
7
ScopeData,
8
)
9
from openedx_authz.rest_api.data import SearchField, SortField, SortOrder
10
11
-logger = logging.getLogger(__name__)
12
13
14
def get_generic_scope(scope: ScopeData) -> ScopeData:
15
"""
0 commit comments