Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Jan 24, 2024
1 parent db919ad commit 69beaeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def filter_documents(self, filters: Optional[Dict[str, Any]] = None) -> List[Doc

def write_documents(
self,
documents: List[Document],
documents: List[Document], # noqa: ARG002
policy: DuplicatePolicy = DuplicatePolicy.NONE, # noqa: ARG002
) -> int:
return 0
Expand Down

0 comments on commit 69beaeb

Please sign in to comment.