🔥 refactor(test_setup_superuser.py): remove unused import and function setup_superuser to improve code readability and maintainability
This commit is contained in:
parent
7e2bce6315
commit
ed61bb5b8b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
from unittest.mock import patch, Mock, MagicMock, call
|
||||
from unittest.mock import patch, MagicMock
|
||||
from langflow.services.database.models.user.user import User
|
||||
from langflow.services.settings.constants import (
|
||||
DEFAULT_SUPERUSER,
|
||||
DEFAULT_SUPERUSER_PASSWORD,
|
||||
)
|
||||
from langflow.services.utils import (
|
||||
setup_superuser,
|
||||
teardown_superuser,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue