Skip to content

Commit

Permalink
Add utf8 encode comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hwshim0810 committed Nov 16, 2018
1 parent 29bbe5f commit b64b31c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cafe24_sms/data.py
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

from .settings import module_settings
from .utils import get_local_datetime
from .utils import trans_string_to_datetime
Expand Down
2 changes: 2 additions & 0 deletions tests/send_test.py
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

from django.test import TestCase

import cafe24_sms
Expand Down

0 comments on commit b64b31c

Please sign in to comment.