Skip to content

Commit

Permalink
Fixes to imports following rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bdufour authored and sfc-gh-astus committed Dec 13, 2024
1 parent 1fe4e7c commit 40354fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/nativeapp/codegen/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
from snowflake.cli._plugins.nativeapp.entities.application_package import (
ApplicationPackageEntityModel,
)
from snowflake.cli.api.project.schemas.project_definition import (
build_project_definition,
)
from snowflake.cli.api.project.schemas.v1.native_app.path_mapping import (
from snowflake.cli.api.project.schemas.entities.common import (
PathMapping,
ProcessorMapping,
)
from snowflake.cli.api.project.schemas.project_definition import (
build_project_definition,
)


@pytest.fixture()
Expand Down

0 comments on commit 40354fb

Please sign in to comment.