Skip to content

Commit

Permalink
fix missing clear
Browse files Browse the repository at this point in the history
  • Loading branch information
rienafairefr authored and Matthieu Berthomé committed Jun 7, 2019
1 parent a616b94 commit c66f4f5
Show file tree
Hide file tree
Showing 6 changed files with 702 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ class ApiClient(object):
except: # noqa: E722
pass
if len(matches) == len(hierarchy['allOf']):
self.__deserializer_track.clear()
self.__deserializer_track = []
return instance

# not all matched -> error
Expand Down
Loading

0 comments on commit c66f4f5

Please sign in to comment.