Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoromike committed Aug 9, 2019
1 parent 9e931c4 commit c40c30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/endpoints/users/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get(self, user_id=None):

class UsersAPI(Resource):
"""Users Resource"""

def __init__(self, **kwargs):
"""Inject dependencies for resource."""
self.User = kwargs['User']
Expand Down

0 comments on commit c40c30a

Please sign in to comment.