Skip to content

Commit 4e35b06

Browse files
committed
squash!: Removed unused logger
1 parent 3101fd3 commit 4e35b06

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

openedx_authz/rest_api/utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
"""Utility functions for the Open edX AuthZ REST API."""
22

3-
import logging
4-
53
from openedx_authz.api.data import (
64
GLOBAL_SCOPE_WILDCARD,
75
ScopeData,
86
)
97
from openedx_authz.rest_api.data import SearchField, SortField, SortOrder
108

11-
logger = logging.getLogger(__name__)
12-
139

1410
def get_generic_scope(scope: ScopeData) -> ScopeData:
1511
"""

0 commit comments

Comments
 (0)