Skip to content

Commit

Permalink
fix(emoji): removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Jun 7, 2021
1 parent bfa0a94 commit b828e6b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/mdsanima_dev/emoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
emoji_lis_url = 'http://www.unicode.org/emoji/charts/full-emoji-list.html'
emoji_mod_url = 'http://www.unicode.org/emoji/charts/full-emoji-modifiers.html'

# emo_data = 'json/emoji-list-test.txt'

# def read_file(path_file):
# with open(path_file, 'r', encoding='utf-8') as r:
# lines = r.read().splitlines()
# lines_len = len(lines)
# return lines, lines_len


def emoji_get_url_data(emoji_url):
"""
Expand Down

0 comments on commit b828e6b

Please sign in to comment.