Skip to content

Commit

Permalink
Add init to FooProvider
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Pienaar <[email protected]>
  • Loading branch information
woop committed Aug 27, 2021
1 parent a1eeba1 commit 729759e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/python/tests/foo_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@


class FooProvider(Provider):
def __init__(self, config: RepoConfig):
pass

def update_infra(
self,
project: str,
Expand Down Expand Up @@ -75,6 +78,3 @@ def online_read(
requested_features: List[str] = None,
) -> List[Tuple[Optional[datetime], Optional[Dict[str, ValueProto]]]]:
pass

def __init__(self, config, repo_path):
pass

0 comments on commit 729759e

Please sign in to comment.