Skip to content

Commit d8b3c41

Browse files
authored
[bug] fixing the card import to avoid obscure import errors (#9)
1 parent 5a64c07 commit d8b3c41

File tree

1 file changed

+1
-1
lines changed
  • metaflow_extensions/card_notebook/plugins/cards/notebook

1 file changed

+1
-1
lines changed

metaflow_extensions/card_notebook/plugins/cards/notebook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from traitlets.config import Config
2-
from metaflow.cards import MetaflowCard
2+
from metaflow.plugins.cards.card_modules.card import MetaflowCard
33
import papermill as pm
44
from pathlib import Path
55
from nbconvert import HTMLExporter

0 commit comments

Comments
 (0)