You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from ..conjure_examples_recipe_apiimportTemperaturefromconjure_python_clientimportConjureBeanType, ConjureFieldDefinitionclassBakeStep(ConjureBeanType):
[...]
This python code cannot be imported due to the circular dependency:
What happened?
I modified the https://github.com/palantir/conjure-java-example to introduce a circular dependency between packages:
This causes two python packages to be created (expected):
conjure_examples_recipe_api:
conjure_examples_recipe_api_step:
This python code cannot be imported due to the circular dependency:
The text was updated successfully, but these errors were encountered: