Skip to content

Commit

Permalink
Fix typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerin Philip committed Jul 8, 2022
1 parent 168e581 commit 9032984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def update(self):
pass

@abstractmethod
def models(self) -> t.List[str]:
def models(self, filter_downloaded: bool) -> t.List[str]:
"""returns identifiers for available models"""
pass

Expand Down

0 comments on commit 9032984

Please sign in to comment.