Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA committed Apr 11, 2024
1 parent a9a2e29 commit f6e23fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
class HuggingFaceAggregationRepository(
FileSystemAggregationRepository, HuggingFaceRepository
):
# this class inherits all its behavior from its parents
pass
2 changes: 1 addition & 1 deletion tests/evaluation/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def temp_file_system() -> Iterable[MemoryFileSystem]:


@fixture(scope="session")
def hugging_face_test_repository_id():
def hugging_face_test_repository_id() -> str:
return f"Aleph-Alpha/test-{str(uuid4())}"


Expand Down

0 comments on commit f6e23fc

Please sign in to comment.