Skip to content

Commit

Permalink
make install
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-catherinetu committed Dec 8, 2022
1 parent 8087486 commit f5257b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
2 changes: 1 addition & 1 deletion domino_data/_feature_store/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)

from ..logging import logger
from ..types import UNSET
from feature_store_api_client.types import UNSET
from .client import FeatureStoreClient
from .exceptions import FeastRepoError, FeatureStoreLockError
from .git import pull_repo, push_to_git
Expand Down
32 changes: 7 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ anyio==3.6.2 ; python_version >= "3.8" and python_version < "4.0"
attrs==21.4.0 ; python_version >= "3.8" and python_version < "4.0"
backoff==1.11.1 ; python_version >= "3.8" and python_version < "4.0"
bson==0.5.10 ; python_version >= "3.8" and python_version < "4.0"
certifi==2022.9.24 ; python_version >= "3.8" and python_version < "4.0"
certifi==2022.12.7 ; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
h11==0.14.0 ; python_version >= "3.8" and python_version < "4.0"
httpcore==0.16.2 ; python_version >= "3.8" and python_version < "4.0"
Expand Down

0 comments on commit f5257b0

Please sign in to comment.