Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from Affectiva/new-style-class
Browse files Browse the repository at this point in the history
Switch EmotionAPI to a new-style python class
  • Loading branch information
caboteria authored Mar 29, 2019
2 parents 4edd76e + e5e23ee commit 95c76cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion affectiva/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ACCEPT_JSON = {'Accept': 'application/json'}


class EmotionAPI:
class EmotionAPI(object):
"""Class to handle interfacing with Affectiva's Emotion as a Service API.
Example usage:
Expand Down

0 comments on commit 95c76cf

Please sign in to comment.