feat: remove deprecated user API and related services; clean up imports and dependencies
This commit is contained in:
@@ -7,7 +7,6 @@ from . import (
|
||||
deals,
|
||||
organizations,
|
||||
tasks,
|
||||
users,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
@@ -18,5 +17,4 @@ __all__ = [
|
||||
"deals",
|
||||
"organizations",
|
||||
"tasks",
|
||||
"users",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user