Hello! I am using `metaflow==2.9.1` with VSCode an...
# ask-metaflow
i
Hello! I am using
metaflow==2.9.1
with VSCode and
pylint
enabled. The
from metaflow import card
statement shows the pylint error
No name 'card' in module 'metaflow'
. The flow actually runs fine. Does anybody have any help for that? All other metaflow import are fine, for example:
from metaflow import FlowSpec, IncludeFile, Parameter, step
Thanks in advance! 🙂
✅ 1
👀 1