Skip to content

Commit 0e334fa

Browse files
committed
fix:cleanup code
1 parent 317e5aa commit 0e334fa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/draftail_text_utils/wagtail_hooks.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@
2222
load_font_urls,
2323
)
2424
from draftail_text_utils.rich_text import (
25+
font_family,
2526
font_size,
2627
highlight_color,
2728
text_alignment,
2829
text_color,
2930
)
3031

31-
from .rich_text import (
32-
font_family,
33-
)
34-
3532

3633
@hooks.register("register_icons")
3734
def register_icons(icons):

0 commit comments

Comments
 (0)