Cogniac / cogniac-sdk-py

Python SDK for Cogniac Public API
Apache License 2.0
5 stars 6 forks source link

fix: Add six library for python_2_unicode_compatible class decorator #91

Closed CogniacViSean closed 3 years ago

CogniacViSean commented 3 years ago

This allows for py2 and py3 compatible str() methods

CogniacViSean commented 3 years ago

Closes #89