Skip to content

Commit

Permalink
Refactor test_CredentialsManager to consolidate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Jan 21, 2025
1 parent 398e969 commit c33b5c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/unit/app/managers/test_CredentialsManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
Tuple,
)

from galaxy.managers.credentials import CredentialsManager
from galaxy.managers.credentials import (
CredentialsManager,
CredentialsModelList,
)
from galaxy.model import (
CredentialsGroup,
Secret,
User,
UserCredentials,
Variable,
)
from galaxy.schema.credentials import (
CredentialsModelList,
SOURCE_TYPE,
)
from galaxy.schema.credentials import SOURCE_TYPE
from .base import BaseTestCase


Expand Down

0 comments on commit c33b5c1

Please sign in to comment.