Skip to content

Commit

Permalink
fix: Fix Feast project name test (feast-dev#4685)
Browse files Browse the repository at this point in the history
* fix: Fix missing __init__.py file for repo ops project name test

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>

* adjusting import

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>

---------

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo authored Oct 24, 2024
1 parent 8892235 commit 9f41fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sdk.python.feast.repo_operations import is_valid_name
from feast.repo_operations import is_valid_name


def test_is_valid_name():
Expand Down

0 comments on commit 9f41fd6

Please sign in to comment.