Skip to content

Commit 6ab31e7

Browse files
committed
remove more offline refs
Signed-off-by: Rob Howley <howley.robert@gmail.com>
1 parent 18e8e79 commit 6ab31e7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sdk/python/feast/infra/passthrough_provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def offline_store(self):
8484
def async_supported(self) -> ProviderAsyncMethods:
8585
return ProviderAsyncMethods(
8686
online=self.online_store.async_supported,
87-
offline=self.offline_store.async_supported,
8887
)
8988

9089
@property

sdk/python/feast/infra/supported_async_methods.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ class SupportedAsyncMethods(BaseModel):
88

99
class ProviderAsyncMethods(BaseModel):
1010
online: SupportedAsyncMethods = Field(default_factory=SupportedAsyncMethods)
11-
offline: SupportedAsyncMethods = Field(default_factory=SupportedAsyncMethods)

0 commit comments

Comments
 (0)