Skip to content

Commit

Permalink
Fix import error (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinToft authored Jun 6, 2024
1 parent 888db6a commit 6d17f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/services/interfaces/user_service.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from abc import ABC, abstractmethod

from app.models.user_info import UserInfoRole
from ...models.user_info import UserInfoRole


class IUserService(ABC):
Expand Down

0 comments on commit 6d17f3b

Please sign in to comment.