Update modules/__init__.py
Browse files- modules/__init__.py +0 -1
modules/__init__.py
CHANGED
@@ -51,7 +51,6 @@ from .chatbot import (
|
|
51 |
__all__ = [
|
52 |
'authenticate_user',
|
53 |
'register_user',
|
54 |
-
'get_user_role',
|
55 |
'initialize_mongodb_connection',
|
56 |
'get_student_data',
|
57 |
'store_morphosyntax_result',
|
|
|
51 |
__all__ = [
|
52 |
'authenticate_user',
|
53 |
'register_user',
|
|
|
54 |
'initialize_mongodb_connection',
|
55 |
'get_student_data',
|
56 |
'store_morphosyntax_result',
|