Skip to content

Conversation

@HansBambel
Copy link
Collaborator

No description provided.

from flyte import Image

from uv_project_example.library_a.utils import some_test
from src.uv_project_example.library_a.utils import some_test
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't need to change this. You are able to import uv_project_example once you run uv sync in the current project.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, but how do I tell that my IDE?
Screenshot 2025-11-07 at 08 31 06

from src.uv_project_example.library_a.utils import some_test

ROOT_DIR = Path("./")
from src.core.config import ROOT_DIR
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants