Using a deployer object in a metaflow flow, I'm ru...
# ask-metaflow
p
Using a deployer object in a metaflow flow, I'm running into the following pylint error. This occurs with versions
2.15.0
as well as
2.15.9
Copy code
E1101: Instance of 'Deployer' has no 'step_functions' member (no-member)
It doesn't seem like this should be happening? https://docs.metaflow.org/api/deployer#Deployer.step_functions
1
a
Ah we will fix the docs. The support for step functions doesn’t exist in deployer at the moment - although we would be happy to take a contribution.