Skip to content

Commit 6b9a79b

Browse files
Delete old code (#1743)
* Delete Client Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Delete unused loader files Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Delete staging Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Delete grpc Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Delete Config and associated constants Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 2dfdace commit 6b9a79b

File tree

13 files changed

+1
-3124
lines changed

13 files changed

+1
-3124
lines changed

sdk/python/feast/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from feast.infra.offline_stores.file_source import FileSource
77
from feast.infra.offline_stores.redshift_source import RedshiftSource
88

9-
from .client import Client
109
from .data_source import KafkaSource, KinesisSource, SourceType
1110
from .entity import Entity
1211
from .feature import Feature
@@ -30,7 +29,6 @@
3029
pass
3130

3231
__all__ = [
33-
"Client",
3432
"Entity",
3533
"KafkaSource",
3634
"KinesisSource",

0 commit comments

Comments
 (0)