🐶 add missing docstring

This commit is contained in:
Ondřej Samohel 2024-11-30 01:11:06 +01:00
parent 799b0bca85
commit 90d8df89d3
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -302,7 +302,7 @@ def test_from_dict() -> None:
"""
def test_representation_equality() -> None:
"""Test representation equality."""
# rep_a and rep_b are equal
rep_a = Representation(name="test", traits=[
FileLocation(file_path=Path("/path/to/file"), file_size=1024),