Skip to content

Commit 5717633

Browse files
committed
removed unused emoji constant
1 parent bf0b186 commit 5717633

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

slackchannel2pdf/slackchannel2pdf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ class SlackChannelExporter:
127127
_PAGE_FORMAT_DEFAULT = "a4"
128128
_PAGE_UNITS_DEFAULT = "mm"
129129
_FONT_FAMILY_DEFAULT = "NotoSans"
130-
_FONT_FAMILY_MONO_DEFAULT = "NotoSansMono"
131-
_FONT_FAMILY_EMOJI_DEFAULT = "NotoEmoji"
130+
_FONT_FAMILY_MONO_DEFAULT = "NotoSansMono"
132131
_FONT_SIZE_NORMAL = 12
133132
_FONT_SIZE_LARGE = 14
134133
_FONT_SIZE_SMALL = 10

0 commit comments

Comments
 (0)