Skip to content

Commit

Permalink
fix mgmgtapi import after core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jun 6, 2024
1 parent aaf4a93 commit 8688cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cp/mgmt_api/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from bson.objectid import ObjectId
from flask import current_app as app
from newsroom.users import UsersResource, UsersService
from newsroom.users.users import UsersResource, UsersService
from superdesk.errors import SuperdeskApiError

from cp.mgmt_api.utils import validate_product_refs
Expand Down

0 comments on commit 8688cea

Please sign in to comment.