Skip to content

Commit

Permalink
Merge pull request #27 from skorokithakis/patch-1
Browse files Browse the repository at this point in the history
Fix python_2_unicode_compatible import error (closes #26)
  • Loading branch information
izdi authored Jul 18, 2020
2 parents 46e10f7 + b15d041 commit 7d24baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_slack_oauth/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from django.conf import settings
from django.db import models
from django.utils.encoding import python_2_unicode_compatible
from six import python_2_unicode_compatible


__all__ = (
Expand Down

0 comments on commit 7d24baf

Please sign in to comment.