how do i deal with this yellow underlines .... als...
# ask-community
m
how do i deal with this yellow underlines .... also i have created this flow file in the same spider where my other python files are and i want to run the command with this flow so other files get run daily automatically with prefect ...my goal is to run my python files which runs with the command i have mentioned in the flow so will this prefect flow of mine run my python files automatically daily if i deploy this flow on my cloud?
m
This is an issue with vscode, it can’t find your installed python packages. Are you using a virtual environment ?
d
Could be your language server. Ctrl+Shift+P then search for Python’s “Restart Language Server”, see if that does the trick
m
import prefect.server.schemas.schedules as Schedule from prefect.server.schemas.schedules import CronSchedule i got this alternatives they looks fine?