Skip to content

Commit

Permalink
fix test on python2
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jul 20, 2024
1 parent aecd8a3 commit 533e8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pypinyin/phrases_dict.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from codecs import open
import json
import os

Expand Down
1 change: 1 addition & 0 deletions pypinyin/pinyin_dict.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from codecs import open
import json
import os

Expand Down

0 comments on commit 533e8db

Please sign in to comment.