Skip to content

Commit

Permalink
Merge pull request #283 from yjinjo/master
Browse files Browse the repository at this point in the history
Fix wrong import of UserResponse
  • Loading branch information
yjinjo authored May 31, 2024
2 parents 7356995 + 798051d commit d97794f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@

from spaceone.core.service import BaseService, transaction
from spaceone.core.service.utils import convert_model
from spaceone.identity.model.user.response import UserResponse

from spaceone.identity.plugin.external_auth.model.external_auth_request import (
ExternalAuthInitRequest,
ExternalAuthAuthorizeRequest,
ExternalAuthInitRequest,
)
from spaceone.identity.plugin.external_auth.model.external_auth_response import (
PluginResponse,
UserResponse,
)

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit d97794f

Please sign in to comment.