incalculable-dawn-43014
05/24/2023, 8:38 AMmetaflow==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! 🙂