Should I be able to ignore this warning? Is this w...
# ask-community
g
Should I be able to ignore this warning? Is this warning expected? I checked my import statements and did not notice any issues
Copy code
<frozen runpy>:128: RuntimeWarning: 'prefect.engine' found in sys.modules after import of package 'prefect', but prior to execution of 'prefect.engine'; this may result in unpredictable behaviour
1
1
j
that error is safe to ignore 👍