Skip to content

Commit

Permalink
Merge pull request #4 from minos-framework/restyled/issue-1-add-roles
Browse files Browse the repository at this point in the history
Restyle #1 - Roles
  • Loading branch information
vladyslav-fenchak authored Feb 14, 2022
2 parents d7b640f + f2e4df4 commit 7701e9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion minos/auth/database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
from sqlalchemy.ext.declarative import (
declarative_base,
)
from sqlalchemy.orm import relationship
from sqlalchemy.orm import (
relationship,
)

Base = declarative_base()

Expand Down
4 changes: 2 additions & 2 deletions minos/auth/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
Role,
)
from .handler import (
AuthenticationRest,
RoleRest,
credentials_login,
get_user_from_credentials,
get_user_from_token,
register_credentials,
register_token,
token_login,
validate_token,
RoleRest,
AuthenticationRest,
)

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 7701e9b

Please sign in to comment.