Skip to content

Commit

Permalink
small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 11, 2017
1 parent 2c1fa3f commit 990e587
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/appier_extras/parts/contentful/partials/_contentful.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
import time

import appier
import appier_extras

from appier_extras import utils

class Contentful(object):
"""
Expand Down Expand Up @@ -209,7 +210,7 @@ def contentful_markdown(
**kwargs
)
if not value: return value
html_b = appier_extras.MarkdownHTML.process_str(
html_b = utils.MarkdownHTML.process_str(
value,
options = options
)
Expand Down

0 comments on commit 990e587

Please sign in to comment.