mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove duplicated import
This commit is contained in:
parent
49ee941c6d
commit
e4b3f75c27
@ -188,7 +188,6 @@ class Font(object):
|
||||
try:
|
||||
name = self.metrics.postscript_name
|
||||
except KeyError:
|
||||
from calibre.utils.short_uuid import uuid4
|
||||
name = uuid4()
|
||||
cmap = CMap(name, self.metrics.glyph_map, compress=self.compress)
|
||||
self.font_dict['ToUnicode'] = objects.add(cmap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user