Skip to content

Commit

Permalink
Allowing dict for type_api
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-hays committed May 18, 2021
1 parent 80886c5 commit d8000f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LAMP/api/type_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def __parent(

self.parent = Endpoint(
settings={
'response_type': (str,),
'response_type': (str,dict,),
'auth': [
'Authorization'
],
Expand Down

0 comments on commit d8000f1

Please sign in to comment.