Skip to content

Commit

Permalink
[bug] fixing the card import to avoid obscure import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
valayDave committed Sep 1, 2024
1 parent 28ee4db commit b705dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from metaflow.cards import MetaflowCard
from metaflow.plugins.cards.card_modules.card import MetaflowCard

DEFAULT = "<html><body>no html specified</body></html>"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def get_long_description() -> str:

setup(
name="metaflow-card-html",
version="1.0.2",
version="1.0.3",
description="A metaflow card that renders HTML inputs.",
long_description=get_long_description(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b705dc2

Please sign in to comment.