Skip to content

Commit e868e5b

Browse files
committed
refactor: remove unused ready method from OpenedxAuthzConfig
1 parent 2a9099d commit e868e5b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

openedx_authz/apps.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,3 @@ class OpenedxAuthzConfig(AppConfig):
3939
},
4040
},
4141
}
42-
43-
def ready(self):
44-
"""
45-
Ready method for the openedx_authz Django application.
46-
"""

0 commit comments

Comments
 (0)