Skip to content

Commit

Permalink
Add init to provider
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Pienaar <[email protected]>
  • Loading branch information
woop committed Aug 23, 2021
1 parent a48bcd0 commit bf91ee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/python/feast/infra/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@


class Provider(abc.ABC):
@abc.abstractmethod
def __init__(self, config: RepoConfig):
...

@abc.abstractmethod
def update_infra(
self,
Expand Down

0 comments on commit bf91ee0

Please sign in to comment.